compile with GCC 4.4.3

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34605 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2010-06-06 10:07:49 +00:00
parent e0a5cda787
commit f50127ffe8
2 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,9 @@
#include "support/gettext.h"
#include "support/lstrings.h"
#include <algorithm>
using namespace std;
using namespace lyx::support;

View File

@ -43,6 +43,7 @@
#include <fstream>
#include <iostream>
#include <algorithm>
using namespace std;
using namespace lyx::support;