]> 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 35bf73488a5c9ec606b63297d889eb21b0021b34..bb661aed1e35676717f34efff8c1d83c99e2e26d 100644 (file)
@@ -30,8 +30,8 @@
 #include <string>
 #include <vector>
 
-SG_USING_STD(string);
-SG_USING_STD(vector);
+using std::string;
+using std::vector;
 
 #include <plib/netChannel.h>