]> git.lyx.org Git - lyx.git/commitdiff
compile with GCC 4.4.3
authorPeter Kümmel <syntheticpp@gmx.net>
Sun, 6 Jun 2010 10:07:49 +0000 (10:07 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sun, 6 Jun 2010 10:07:49 +0000 (10:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34605 a592a061-630c-0410-9148-cb99ea01b6c8

src/LaTeXFeatures.cpp
src/LyXRC.cpp

index f3a968afd872650b0781160ab5dc8005cee84e3f..0a4c840bd2a5af8e35504e0d230df84814bce847 100644 (file)
@@ -38,6 +38,9 @@
 #include "support/gettext.h"
 #include "support/lstrings.h"
 
+#include <algorithm>
+
+
 using namespace std;
 using namespace lyx::support;
 
index 64febe8146c92eaef43423c826a218f2cc72a6f6..dee4bcb9400bb37c97320d9434adcacd3db5a7fb 100644 (file)
@@ -43,6 +43,7 @@
 
 #include <fstream>
 #include <iostream>
+#include <algorithm>
 
 using namespace std;
 using namespace lyx::support;