mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Make it compile again on systems that don't USE_WCHAR_T
This commit is contained in:
parent
ea1d9cb39f
commit
cabf8e86b5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user