From: James Turner Date: Mon, 22 Aug 2011 08:10:38 +0000 (+0100) Subject: Ick, further fixes for Linux/MSVC X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5f07efa12af93a7356930ddc1abc77a947f22092;p=simgear.git Ick, further fixes for Linux/MSVC --- diff --git a/projects/VC90/SimGear.vcproj b/projects/VC90/SimGear.vcproj index 34aa5752..24678e83 100644 --- a/projects/VC90/SimGear.vcproj +++ b/projects/VC90/SimGear.vcproj @@ -463,6 +463,8 @@ RelativePath="..\..\simgear\io\raw_socket.hxx" > + + @@ -1463,7 +1465,7 @@ RelativePath="..\..\simgear\scene\tgdb\userdata.hxx" > - + diff --git a/simgear/io/raw_socket.hxx b/simgear/io/raw_socket.hxx index 1af74ce0..e3f50daf 100644 --- a/simgear/io/raw_socket.hxx +++ b/simgear/io/raw_socket.hxx @@ -24,10 +24,7 @@ #define SG_IO_SOCKET_HXX #include - -#if defined(__APPLE__) || defined(__FreeBSD__) -# include -#endif +#include namespace simgear {