From b5a0da1c6ed142c5d30b4dac79859b0e4c0552c7 Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Mon, 14 Nov 2011 08:31:00 +0100 Subject: [PATCH] std namespace missing everywhere in fgpanel --- utils/fgpanel/FGPanelProtocol.cxx | 2 ++ utils/fgpanel/panel.hxx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.