From: Richard Kimberly Heck Date: Mon, 4 May 2020 18:19:29 +0000 (-0400) Subject: Missing include according to VC19 X-Git-Tag: lyx-2.4.0dev-acb2ca7b~903 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=91265c1f46ae9d326a58ec193518eee094f02ba7;p=features.git Missing include according to VC19 --- 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;