]> git.mxchange.org Git - simgear.git/commitdiff
Make gcc 2.95.* compile again.
authorehofman <ehofman>
Thu, 29 Jul 2004 08:30:10 +0000 (08:30 +0000)
committerehofman <ehofman>
Thu, 29 Jul 2004 08:30:10 +0000 (08:30 +0000)
simgear/io/sg_socket.cxx
simgear/xml/easyxml.cxx

index 70bb382c7aa840c354cd7b366824d582233344c0..b85205c2f0fb2173a6b751909722f85482786c71 100644 (file)
@@ -28,7 +28,7 @@
 #include <strings.h>
 #endif
 
-#include <ostream>
+#include STL_IOSTREAM
 
 #include <simgear/debug/logstream.hxx>
 
index 8fc5ca15d1385cd233b60e9bbf1e3265d15f2005..43054d167f1a70aae2e531476f791a80364a7c71 100644 (file)
@@ -2,13 +2,13 @@
 
 #include <simgear/compiler.h>
 
-#include <ostream>
 #include <string.h>            // strcmp()
 
 #include "easyxml.hxx"
 #include "xmlparse.h"
 
 #include STL_FSTREAM
+#include STL_IOSTREAM
 
 SG_USING_STD(ifstream);