]> git.lyx.org Git - features.git/commitdiff
fix compilation problem
authorAndré Pönitz <poenitz@gmx.net>
Wed, 20 Mar 2002 10:22:23 +0000 (10:22 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 20 Mar 2002 10:22:23 +0000 (10:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3786 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_charinset.C
src/mathed/math_cursor.C

index d44809c735a8a50879a21257ea36298e8df6d266..94e6454a7da7bbb239061dc7cbadea7ee6e1afac 100644 (file)
@@ -4,8 +4,6 @@
 #pragma implementation
 #endif
 
-#include <cctype>
-
 #include "math_charinset.h"
 #include "LColor.h"
 #include "Painter.h"
 #include "LaTeXFeatures.h"
 #include "textpainter.h"
 
+#include <cctype>
+#include <cstring>
+
 
 using std::ostream;
 using std::endl;
+using std::strchr;
 
 
 bool isBinaryOp(char c, MathTextCodes type)
index 80796a9c6183951ca45d48dfda0c3b6031e4f303..9970f97f2fa78fdd94bf3974512f0f8418791948 100644 (file)
@@ -48,6 +48,7 @@
 #include "math_support.h"
 
 #include <algorithm>
+#include <cctype>
 
 #define FILEDEBUG 0