From: Peter Kümmel Date: Sun, 6 Jun 2010 10:07:49 +0000 (+0000) Subject: compile with GCC 4.4.3 X-Git-Tag: 2.0.0~3173 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f50127ffe8f092da0e0ebeb147ed0615ef0eeee8;p=lyx.git compile with GCC 4.4.3 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34605 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp index f3a968afd8..0a4c840bd2 100644 --- a/src/LaTeXFeatures.cpp +++ b/src/LaTeXFeatures.cpp @@ -38,6 +38,9 @@ #include "support/gettext.h" #include "support/lstrings.h" +#include + + using namespace std; using namespace lyx::support; diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index 64febe8146..dee4bcb940 100644 --- a/src/LyXRC.cpp +++ b/src/LyXRC.cpp @@ -43,6 +43,7 @@ #include #include +#include using namespace std; using namespace lyx::support;