From b719bc24b4a812d78f5b6283cf4e00f13f5c6470 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 20 Mar 2002 10:22:23 +0000 Subject: [PATCH] fix compilation problem git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3786 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_charinset.C | 6 ++++-- src/mathed/math_cursor.C | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.2