]> git.mxchange.org Git - simgear.git/commitdiff
IRIX fixes (at least).
authorehofman <ehofman>
Wed, 28 Jul 2004 13:59:57 +0000 (13:59 +0000)
committerehofman <ehofman>
Wed, 28 Jul 2004 13:59:57 +0000 (13:59 +0000)
simgear/misc/sgstream.cxx
simgear/xml/easyxml.cxx

index dec7711e508e1a2510684493243df09741bfc1e8..e9b61031a1f02b6af55256f24af6d5930e65b3fb 100644 (file)
@@ -25,6 +25,7 @@
 
 #ifdef SG_HAVE_STD_INCLUDES
 # include <cerrno>
+# include <string>
 #else
 # include <errno.h>
 #endif
index 181e646ba3d7a9d45d07ee7a1ea7409aa9cd2717..8fc5ca15d1385cd233b60e9bbf1e3265d15f2005 100644 (file)
@@ -2,6 +2,7 @@
 
 #include <simgear/compiler.h>
 
+#include <ostream>
 #include <string.h>            // strcmp()
 
 #include "easyxml.hxx"