From: Frederic Bouvier Date: Mon, 14 Nov 2011 07:31:00 +0000 (+0100) Subject: std namespace missing everywhere in fgpanel X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b5a0da1c6ed142c5d30b4dac79859b0e4c0552c7;p=flightgear.git std namespace missing everywhere in fgpanel --- diff --git a/utils/fgpanel/FGPanelProtocol.cxx b/utils/fgpanel/FGPanelProtocol.cxx index 3f4b54a75..5f8e0e0e9 100644 --- a/utils/fgpanel/FGPanelProtocol.cxx +++ b/utils/fgpanel/FGPanelProtocol.cxx @@ -32,6 +32,8 @@ #include #include +using namespace std; + class PropertySetter { public: PropertySetter( SGPropertyNode_ptr node ) : _node(node) {} diff --git a/utils/fgpanel/panel.hxx b/utils/fgpanel/panel.hxx index 6d2962966..5a3c5fa67 100644 --- a/utils/fgpanel/panel.hxx +++ b/utils/fgpanel/panel.hxx @@ -41,7 +41,7 @@ #include "FGTextureLoaderInterface.hxx" class FGPanelInstrument; - +using namespace std; //////////////////////////////////////////////////////////////////////// // Texture management.