]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_socket.cxx
Mac OS X fixes from Markus Morawitz
[simgear.git] / simgear / io / sg_socket.cxx
index e642639acd5f334e05881ce48b190a217006154d..2142548f891933c5be08ada15e7643cfa01e79dc 100644 (file)
@@ -3,7 +3,7 @@
 // Written by Curtis Olson, started November 1999.
 // Modified by Bernie Bright <bbright@bigpond.net.au>, May 2002.
 //
-// Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -28,6 +28,8 @@
 #include <strings.h>
 #endif
 
+#include STL_IOSTREAM
+
 #include <simgear/debug/logstream.hxx>
 
 #include "sg_socket.hxx"