]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/groundnetwork.hxx
Stefan C. Müller :
[flightgear.git] / src / Airports / groundnetwork.hxx
index 33adb7a138b76610910fdc3ad6d5a80a2d9332af..a70fa2c099c2b78384517af64a07e4a603902a06 100644 (file)
 #include <simgear/compiler.h>
 #include <simgear/route/waypoint.hxx>
 
-#include STL_STRING
+#include <string>
 #include <vector>
 
-SG_USING_STD(string);
-SG_USING_STD(vector);
+using std::string;
+using std::vector;
 
 #include "gnnode.hxx"
 #include "parking.hxx"