Make it compile again on systems that don't USE_WCHAR_T

This commit is contained in:
Enrico Forestieri 2012-11-12 12:11:42 +01:00
parent ea1d9cb39f
commit cabf8e86b5

View File

@ -19,6 +19,12 @@
#include <QFile>
#if ! defined(USE_WCHAR_T) && defined(__GNUC__)
#include <locale>
#include <iostream>
#include <typeinfo>
#endif
using namespace std;
using lyx::support::isHexChar;