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