]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/ATC-Outputs.cxx
James Turner:
[flightgear.git] / src / Network / ATC-Outputs.cxx
index fbaf566cdce37212a62fb6c4440180582841bf5d..79a9dcb26df3b1b74c2df84bb8d9d5bb25f11d8b 100644 (file)
@@ -38,7 +38,7 @@
 #include <errno.h>
 #include <math.h>
 
-#include STL_STRING
+#include <string>
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/misc/sg_path.hxx>
@@ -47,7 +47,7 @@
 
 #include "ATC-Outputs.hxx"
 
-SG_USING_STD(string);
+using std::string;