From 189457f2af9ac3ec748c32a7403f06702852fd17 Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Wed, 23 Mar 2011 22:49:18 +0100 Subject: [PATCH] Minor namespace issue using "using" in the .cxx now :) --- src/Environment/realwx_ctrl.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Environment/realwx_ctrl.cxx b/src/Environment/realwx_ctrl.cxx index 03db5a87a..621fb11c3 100644 --- a/src/Environment/realwx_ctrl.cxx +++ b/src/Environment/realwx_ctrl.cxx @@ -40,6 +40,7 @@ #include #endif +using simgear::PropertyList; namespace Environment { -- 2.39.5