]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_socket_udp.cxx
Async lookup attempt #3 - use OpenThreads instead - I'm going to kill off SGThread...
[simgear.git] / simgear / io / sg_socket_udp.cxx
index bdc04d1154b143a32292be228a446d759a1dd242..82b23757c631291332258fbd146a8aaad41c6e8e 100644 (file)
 
 #include "sg_socket_udp.hxx"
 
+#include <cstring>
+#include <cstdlib> // for atoi
+
+using std::string;
 
 SGSocketUDP::SGSocketUDP( const string& host, const string& port ) :
     hostname(host),