]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/wxradar.hxx
Merge branch 'maint2' into next
[flightgear.git] / src / Instrumentation / wxradar.hxx
index a756d5f5cf33d7fac3d12d25e3f75ebee738bf9d..8f3e5122a7ba1e61cbf297e1d728178135951ab8 100644 (file)
@@ -36,8 +36,8 @@
 #include <AIModel/AIManager.hxx>
 #include <vector>
 #include <string>
-SG_USING_STD(vector);
-SG_USING_STD(string);
+using std::vector;
+using std::string;
 
 class FGAIBase;
 class FGODGauge;