]> git.mxchange.org Git - simgear.git/blobdiff - simgear/compatibility/fstream
A first attempt at making the clouds3d endian aware. Almost there.
[simgear.git] / simgear / compatibility / fstream
index 0cbd4f4a206d2b074ad8301c3ed1596c742cb926..bcc00e2a6581efdcad0fa54d2fb71dbf1817629c 100644 (file)
@@ -2,15 +2,17 @@
 #ifndef __SG_FSTREAM
 #define __SG_FSTREAM 1
 
-# include <fstream.h>
-# include <iostream>
-
 # if defined(sgi) && !defined(__GNUC__)
 
+# include <fstream.h>
+
   namespace std {
     using ::fstream;
+    using ::ifstream;
+    using ::ofstream;
   };
 
+
 # endif
 
 #endif // !__SG_FSTREAM