]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/IO360.cxx
- catch exception from readProperties and exit
[flightgear.git] / src / FDM / IO360.cxx
index 5a99294bd27b4fb25c37664ea8122f4d6623f748..68687ef81b8a519edc167ed9abe157afa4074c68 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include <iostream>
-#include <fstream>
 #include <math.h>
 
-#include "IO360.hxx"
+#include STL_FSTREAM
+#include STL_IOSTREAM
 
+#if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)
 SG_USING_STD(cout);
+#endif
+
+#include "IO360.hxx"
+
 
 // Static utility functions