X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fsg_socket_udp.cxx;h=82b23757c631291332258fbd146a8aaad41c6e8e;hb=f18a9493b3a067ae56cb350cd6a390649ba6b35d;hp=bdc04d1154b143a32292be228a446d759a1dd242;hpb=6b3a05e23fc8f8121f24824711917e7255f17fa8;p=simgear.git diff --git a/simgear/io/sg_socket_udp.cxx b/simgear/io/sg_socket_udp.cxx index bdc04d11..82b23757 100644 --- a/simgear/io/sg_socket_udp.cxx +++ b/simgear/io/sg_socket_udp.cxx @@ -30,6 +30,10 @@ #include "sg_socket_udp.hxx" +#include +#include // for atoi + +using std::string; SGSocketUDP::SGSocketUDP( const string& host, const string& port ) : hostname(host),