The branch, master, has been updated. - Log -----------------------------------------------------------------
commit cabf8e86b53009abade633992df5d5a96dc3a42c Author: Enrico Forestieri <for...@lyx.org> Date: Mon Nov 12 12:11:42 2012 +0100 Make it compile again on systems that don't USE_WCHAR_T diff --git a/src/support/docstring.cpp b/src/support/docstring.cpp index b525297..eae38f1 100644 --- a/src/support/docstring.cpp +++ b/src/support/docstring.cpp @@ -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; ----------------------------------------------------------------------- Summary of changes: src/support/docstring.cpp | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- The LyX Source Repository