X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fpanel_io.hxx;h=0f203dfc0c51f13059e5f32a692098fd178c14f8;hb=b498efa47ec41cbe628f33ad7aa845c179cee44a;hp=03de48e2391a402ab863c3d9fc7b438e6038056e;hpb=da39b543f0f07f022b615c56c3aa6b592eaa0317;p=flightgear.git diff --git a/src/Cockpit/panel_io.hxx b/src/Cockpit/panel_io.hxx index 03de48e23..0f203dfc0 100644 --- a/src/Cockpit/panel_io.hxx +++ b/src/Cockpit/panel_io.hxx @@ -29,12 +29,17 @@ # include #endif -#include +#include + +#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