X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fpanel_io.cxx;h=0e395a31c08a2cf29a49739f81dd16eaf15ad733;hb=29275ce1ecf9c4ea302aacca8c5ae5d4d3319a17;hp=8123c3f977428e1e1c86d888ff2c08f0e81e7687;hpb=576432ec75ce0c8f860e5df503cab37e3b8d9024;p=flightgear.git diff --git a/src/Cockpit/panel_io.cxx b/src/Cockpit/panel_io.cxx index 8123c3f97..0e395a31c 100644 --- a/src/Cockpit/panel_io.cxx +++ b/src/Cockpit/panel_io.cxx @@ -27,13 +27,14 @@ #endif #include + #include #include #include -#include -#include -#include +#include STL_IOSTREAM +#include STL_FSTREAM +#include STL_STRING #include
#include
@@ -42,8 +43,10 @@ #include "steam.hxx" #include "panel_io.hxx" +#if !defined (FG_HAVE_NATIVE_SGI_COMPILERS) FG_USING_STD(istream); FG_USING_STD(ifstream); +#endif FG_USING_STD(string); @@ -353,7 +356,7 @@ readTransformation (const SGPropertyNode * node, float hscale, float vscale) type = "rotation"; } - if (propName != "") { + if (propName != (string)"") { value = fgGetValue(propName, true); }