From dad3c8ce74d1ebea92973bea5ca44f97d660d38e Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Sun, 31 Oct 2010 14:39:50 +0000 Subject: [PATCH] Fix compilation for platforms besides Windows git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35948 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathSpecialChar.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mathed/InsetMathSpecialChar.h b/src/mathed/InsetMathSpecialChar.h index f24acfb6f9..1efdc93432 100644 --- a/src/mathed/InsetMathSpecialChar.h +++ b/src/mathed/InsetMathSpecialChar.h @@ -14,6 +14,8 @@ #include "InsetMath.h" +#include "support/docstring.h" + namespace lyx { /// The special character inset. -- 2.39.5