]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_parsefile.h
Updated to match changes in radiostack.[ch]xx
[flightgear.git] / src / FDM / UIUCModel / uiuc_parsefile.h
index d0dc09040a4099f5e6ea71f4957c0ed8f5192ed0..78e8cbba0fec1d08776e81e0456ec179be299ab6 100644 (file)
@@ -5,12 +5,14 @@
 
 #include <string>
 #include <list>
-#include <fstream>
-
-FG_USING_STD(list);
-FG_USING_STD(string);
-FG_USING_STD(getline);
-FG_USING_STD(ifstream);
+#include STL_FSTREAM
+
+SG_USING_STD(list);
+SG_USING_STD(string);
+SG_USING_STD(getline);
+#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
+SG_USING_STD(ifstream);
+#endif
 
 #define DELIMITERS " \t"
 #define COMMENT "#"