]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/pitot.hxx
Merge branch 'timoore/ptrfix'
[flightgear.git] / src / Systems / pitot.hxx
index 3cf64b09036b1ee7f8d46ba1195ee7cda2505b45..9d97dee40a307f561b3938d39a000e82cd20ce21 100644 (file)
@@ -13,8 +13,8 @@
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
-SG_USING_STD(string);
+#include <string>
+using std::string;
 
 #include <simgear/props/props.hxx>
 #include <simgear/structure/subsystem_mgr.hxx>