]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel_io.hxx
- adjusted for no-value constructor for FGPanel
[flightgear.git] / src / Cockpit / panel_io.hxx
index 6e53bd1ba7ffd28b527438d234b5361d1f84fb1a..0f203dfc0c51f13059e5f32a692098fd178c14f8 100644 (file)
 #  include <windows.h>
 #endif
 
-#include <iostream>
+#include <simgear/compiler.h>
+
+#include STL_IOSTREAM
 
 #include "panel.hxx"
 
-using std::istream;
+#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
+SG_USING_STD(istream);
+#endif
 
 extern FGPanel * fgReadPanel (istream &input);
 extern FGPanel * fgReadPanel (const string &relative_path);