Support gcc 4.4. Patch from Martin Michlmayr.

http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg146271.html


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27609 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-11-17 12:49:47 +00:00
parent 174a4fb8f6
commit 96578ef324
3 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,7 @@
#include <fcntl.h>
#include <cerrno>
#include <cstdio>
#include <cstdlib>
#include <string>
#include <vector>

View File

@ -31,6 +31,8 @@
#include <QListWidgetItem>
#include <QString>
#include <cstdio>
using namespace std;
namespace lyx {

View File

@ -24,6 +24,7 @@
#include <QString>
#include <QVector>
#include <cstdio>
#include <algorithm>
using namespace std;