]> git.mxchange.org Git - simgear.git/blobdiff - simgear/route/waypoint.hxx
Don't waste space with too huge stl containers.
[simgear.git] / simgear / route / waypoint.hxx
index 6f37fa566c65e733a9e1b1fe461c2f66710b9df2..206dcb3b8f0bb2d9688bcd355ae52e0aec3fd2c1 100644 (file)
@@ -37,7 +37,7 @@
 
 #include <string>
 
-SG_USING_STD(string);
+using std::string;
 
 
 /**