Am Montag, 12. November 2012 um 12:12:33, schrieb Enrico Forestieri <for...@lyx.org> > 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; >
It still does not compile on ubuntu without #include <typeinfo> outside of #if ! defined(USE_WCHAR_T) && defined(__GNUC__) Kornel
signature.asc
Description: This is a digitally signed message part.