]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/multiplay.hxx
Update Mac configure script for new ALUT scheme; support --with-alut-framework.
[flightgear.git] / src / Network / multiplay.hxx
index 145f1054dd8ef5df90443654baba73acd57b1e08..0d5563c0e03669236878ecb5b82076c71ede0ca7 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
+#include <string>
 
 #include <simgear/props/props.hxx>
 
@@ -40,7 +40,7 @@
 
 #include "protocol.hxx"
 
-SG_USING_STD(string);
+using std::string;
 
 
 /****************************************************************