From: Pavel Sanda Date: Sat, 29 Mar 2008 01:45:24 +0000 (+0000) Subject: Fix compilation problems on Mac OSX 10.5.2 Leopard. X-Git-Tag: 1.6.10~5372 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ecc19ca1a8a0450690053e6acdb053ec2e856eb7;p=features.git 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 --- diff --git a/src/support/convert.cpp b/src/support/convert.cpp index 125d40492c..a9e3e7e5cb 100644 --- a/src/support/convert.cpp +++ b/src/support/convert.cpp @@ -17,6 +17,7 @@ #include #include +#include using namespace std; diff --git a/src/support/socktools.cpp b/src/support/socktools.cpp index 25e9716e49..3b9574871f 100644 --- a/src/support/socktools.cpp +++ b/src/support/socktools.cpp @@ -48,6 +48,7 @@ int accept(int) #include #include +#include using namespace std;