]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/props.hxx
Update Mac configure script for new ALUT scheme; support --with-alut-framework.
[flightgear.git] / src / Network / props.hxx
index a8d76990c60303fe7971891cc7cf1917debf4e62..bb661aed1e35676717f34efff8c1d83c99e2e26d 100644 (file)
 #define _FG_PROPS_HXX
 
 #include <simgear/compiler.h>
-#include STL_STRING
+#include <string>
 #include <vector>
 
-SG_USING_STD(string);
-SG_USING_STD(vector);
+using std::string;
+using std::vector;
 
 #include <plib/netChannel.h>