]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel_io.hxx
Tiled panel background support from Jim Wilson.
[flightgear.git] / src / Cockpit / panel_io.hxx
index 03de48e2391a402ab863c3d9fc7b438e6038056e..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);
 
 #endif // __PANEL_IO_HXX