X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fpanel_io.hxx;h=0f203dfc0c51f13059e5f32a692098fd178c14f8;hb=b498efa47ec41cbe628f33ad7aa845c179cee44a;hp=6e53bd1ba7ffd28b527438d234b5361d1f84fb1a;hpb=830b17c6efc0f3bbdb84fc7e2981130e2b0818a3;p=flightgear.git diff --git a/src/Cockpit/panel_io.hxx b/src/Cockpit/panel_io.hxx index 6e53bd1ba..0f203dfc0 100644 --- a/src/Cockpit/panel_io.hxx +++ b/src/Cockpit/panel_io.hxx @@ -29,11 +29,15 @@ # 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);