Fix compilation problems on Mac OSX 10.5.2 Leopard.

( http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg137757.html )


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24024 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-03-29 01:45:24 +00:00
parent 0e09045e08
commit ecc19ca1a8
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <boost/lexical_cast.hpp>
#include <string>
#include <cstdlib>
using namespace std;

View File

@ -48,6 +48,7 @@ int accept(int)
#include <cerrno>
#include <string>
#include <cstring>
using namespace std;