]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_socket.hxx
Merge branch 'jmt/magvar' into next
[simgear.git] / simgear / io / sg_socket.hxx
index f54e090dcd6150593d22473aca21fdcd7849449c..78c9d2d892aa6ffb460dfb5ce4831058cc7040ed 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
+#include <string>
 
 #include <simgear/math/sg_types.hxx>
 #include <simgear/io/iochannel.hxx>
 
 #include <plib/netSocket.h>
 
-SG_USING_STD(string);
+using std::string;
 
 #define SG_MAX_SOCKET_QUEUE 32