The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 4375b44dd68dab06d6494b70e041fa7c7b9711e5 Author: Pavel Sanda <[email protected]> Date: Sun Nov 18 17:42:02 2012 +0100 Comment some headers before I ditch them again. diff --git a/src/support/convert.cpp b/src/support/convert.cpp index 9c69abb..70cd91e 100644 --- a/src/support/convert.cpp +++ b/src/support/convert.cpp @@ -17,6 +17,7 @@ #include <boost/lexical_cast.hpp> #include <string> +//needed for Mac OSX 10.5.2 Leopard #include <cstdlib> using namespace std; diff --git a/src/support/docstring.cpp b/src/support/docstring.cpp index 9883425..dfbaab7 100644 --- a/src/support/docstring.cpp +++ b/src/support/docstring.cpp @@ -19,6 +19,7 @@ #include <QFile> +//Needed in Ubuntu #include <typeinfo> #if ! defined(USE_WCHAR_T) && defined(__GNUC__) #include <locale> diff --git a/src/support/socktools.cpp b/src/support/socktools.cpp index 0b20940..d4aab38 100644 --- a/src/support/socktools.cpp +++ b/src/support/socktools.cpp @@ -51,6 +51,7 @@ int accept(int) #include <cerrno> #include <string> +//needed for Mac OSX 10.5.2 Leopard #include <cstring> using namespace std; diff --git a/src/support/unicode.cpp b/src/support/unicode.cpp index 8b0f9cb..36cb180 100644 --- a/src/support/unicode.cpp +++ b/src/support/unicode.cpp @@ -23,6 +23,7 @@ #include <cerrno> #include <map> #include <ostream> +//Needed in MSVC #include <string> ----------------------------------------------------------------------- Summary of changes: src/support/convert.cpp | 1 + src/support/docstring.cpp | 1 + src/support/socktools.cpp | 1 + src/support/unicode.cpp | 1 + 4 files changed, 4 insertions(+), 0 deletions(-) hooks/post-receive -- The LyX Source Repository
