From: André Pönitz Date: Wed, 20 Mar 2002 10:22:23 +0000 (+0000) Subject: fix compilation problem X-Git-Tag: 1.6.10~19615 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b719bc24b4a812d78f5b6283cf4e00f13f5c6470;p=features.git fix compilation problem git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3786 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_charinset.C b/src/mathed/math_charinset.C index d44809c735..94e6454a7d 100644 --- a/src/mathed/math_charinset.C +++ b/src/mathed/math_charinset.C @@ -4,8 +4,6 @@ #pragma implementation #endif -#include - #include "math_charinset.h" #include "LColor.h" #include "Painter.h" @@ -17,9 +15,13 @@ #include "LaTeXFeatures.h" #include "textpainter.h" +#include +#include + using std::ostream; using std::endl; +using std::strchr; bool isBinaryOp(char c, MathTextCodes type) diff --git a/src/mathed/math_cursor.C b/src/mathed/math_cursor.C index 80796a9c61..9970f97f2f 100644 --- a/src/mathed/math_cursor.C +++ b/src/mathed/math_cursor.C @@ -48,6 +48,7 @@ #include "math_support.h" #include +#include #define FILEDEBUG 0