Add headers necessary to compile with g++ 4.3 (I am not sure about the typeinfo, the others are clearly correct).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23862 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2008-03-21 11:26:20 +00:00
parent 349cc451dc
commit 45d42022f7
3 changed files with 42 additions and 40 deletions

View File

@ -49,7 +49,7 @@
#include "frontends/Painter.h"
#include "support/debug.h"
#include <cstdlib>
#include <boost/assert.hpp>
using namespace std;

View File

@ -18,6 +18,7 @@
#include <locale>
#include <iostream>
#include <typeinfo>
#include <QFile>

View File

@ -26,6 +26,7 @@
#include "support/os.h"
#include "support/Package.h"
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <string>