From f50127ffe8f092da0e0ebeb147ed0615ef0eeee8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Sun, 6 Jun 2010 10:07:49 +0000 Subject: [PATCH] compile with GCC 4.4.3 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34605 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LaTeXFeatures.cpp | 3 +++ src/LyXRC.cpp | 1 + 2 files changed, 4 insertions(+) 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; -- 2.39.2