mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
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:
parent
349cc451dc
commit
45d42022f7
@ -49,7 +49,7 @@
|
||||
#include "frontends/Painter.h"
|
||||
|
||||
#include "support/debug.h"
|
||||
|
||||
#include <cstdlib>
|
||||
#include <boost/assert.hpp>
|
||||
|
||||
using namespace std;
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
#include <locale>
|
||||
#include <iostream>
|
||||
#include <typeinfo>
|
||||
|
||||
#include <QFile>
|
||||
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include "support/os.h"
|
||||
#include "support/Package.h"
|
||||
|
||||
#include <cstdlib>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
Loading…
Reference in New Issue
Block a user