X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fsg_socket_udp.cxx;h=82b23757c631291332258fbd146a8aaad41c6e8e;hb=f18a9493b3a067ae56cb350cd6a390649ba6b35d;hp=97f0d8e00875cc1d5b60fca12d32596b1935758a;hpb=dcb95d131bc6aef1abe25d1f415e309f06e52436;p=simgear.git diff --git a/simgear/io/sg_socket_udp.cxx b/simgear/io/sg_socket_udp.cxx index 97f0d8e0..82b23757 100644 --- a/simgear/io/sg_socket_udp.cxx +++ b/simgear/io/sg_socket_udp.cxx @@ -26,14 +26,14 @@ #include -#if defined( sgi ) -#include -#endif - #include #include "sg_socket_udp.hxx" +#include +#include // for atoi + +using std::string; SGSocketUDP::SGSocketUDP( const string& host, const string& port ) : hostname(host),