From 91265c1f46ae9d326a58ec193518eee094f02ba7 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Mon, 4 May 2020 14:19:29 -0400 Subject: [PATCH] Missing include according to VC19 --- src/mathed/InsetMathDecoration.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mathed/InsetMathDecoration.cpp b/src/mathed/InsetMathDecoration.cpp index 35ba155614..afb8228cb5 100644 --- a/src/mathed/InsetMathDecoration.cpp +++ b/src/mathed/InsetMathDecoration.cpp @@ -27,6 +27,7 @@ #include "support/lassert.h" #include "support/lstrings.h" +#include #include using namespace lyx::support; -- 2.39.2