]> git.lyx.org Git - features.git/commitdiff
Comment some headers before I ditch them again.
authorPavel Sanda <sanda@lyx.org>
Sun, 18 Nov 2012 16:42:02 +0000 (17:42 +0100)
committerPavel Sanda <sanda@lyx.org>
Sun, 18 Nov 2012 16:42:32 +0000 (17:42 +0100)
src/support/convert.cpp
src/support/docstring.cpp
src/support/socktools.cpp
src/support/unicode.cpp

index 9c69abbce64cd71b080c27dee4a048cc7ebc71d6..70cd91eebafd15ac9ebf00baa3c4c3f48541edd6 100644 (file)
@@ -17,6 +17,7 @@
 #include <boost/lexical_cast.hpp>
 
 #include <string>
+//needed for Mac OSX 10.5.2 Leopard
 #include <cstdlib>
 
 using namespace std;
index 9883425ab23156c0ee9182717626c3d93daeab81..dfbaab7bd511f08c2558f89eb20b7f27062ca1a5 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <QFile>
 
+//Needed in Ubuntu
 #include <typeinfo>
 #if ! defined(USE_WCHAR_T) && defined(__GNUC__)
 #include <locale>
index 0b20940afe1692c50c0fc0db3cd7c4f9a5519763..d4aab38f5fec0306766a8cca0394d48e5eb114e2 100644 (file)
@@ -51,6 +51,7 @@ int accept(int)
 
 #include <cerrno>
 #include <string>
+//needed for Mac OSX 10.5.2 Leopard
 #include <cstring>
 
 using namespace std;
index 8b0f9cb0db416b80a65206326b1b215d9ad4e4c8..36cb1800f2f50ce61e1236bd914efb0f45d87a77 100644 (file)
@@ -23,6 +23,7 @@
 #include <cerrno>
 #include <map>
 #include <ostream>
+//Needed in MSVC
 #include <string>