The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 8d135a981945635f0e95f1e2cd9882158cb6b946 Author: Pavel Sanda <[email protected]> Date: Mon Nov 12 13:06:22 2012 +0100 Typeinfo needed in Ubuntu. diff --git a/src/support/docstring.cpp b/src/support/docstring.cpp index eae38f1..9883425 100644 --- a/src/support/docstring.cpp +++ b/src/support/docstring.cpp @@ -19,10 +19,10 @@ #include <QFile> +#include <typeinfo> #if ! defined(USE_WCHAR_T) && defined(__GNUC__) #include <locale> #include <iostream> -#include <typeinfo> #endif using namespace std; ----------------------------------------------------------------------- Summary of changes: src/support/docstring.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
