]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_socket_udp.hxx
MacOS X fix
[simgear.git] / simgear / io / sg_socket_udp.hxx
index 731909afe6638fe585f674931bcb4f9b648fe5a1..9d8e8eb696d1a5f5453e02650408eb5204e43640 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
+#include <string>
 
 #include <simgear/math/sg_types.hxx>
 #include <simgear/io/iochannel.hxx>
 
-SG_USING_STD(string);
+using std::string;
 
 /**
  * A UDP socket I/O class based on SGIOChannel and plib/net.