]> git.lyx.org Git - lyx.git/blobdiff - src/support/docstring.cpp
Make it compile again on systems that don't USE_WCHAR_T
[lyx.git] / src / support / docstring.cpp
index b525297c3246961f1e6b452eacbe68e4057e25b5..eae38f19b698f234c156ed58c87ecd998998407c 100644 (file)
 
 #include <QFile>
 
+#if ! defined(USE_WCHAR_T) && defined(__GNUC__)
+#include <locale>
+#include <iostream>
+#include <typeinfo>
+#endif
+
 using namespace std;
 
 using lyx::support::isHexChar;