X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fsg_socket_udp.cxx;h=82b23757c631291332258fbd146a8aaad41c6e8e;hb=427d6c3316e59aa86bbf4d3e51f522e0aba9c4fd;hp=2d2971540f3b698538347154759044a7930995fb;hpb=792ffa2d264369fe998c7b102e6e0a097a8c20f9;p=simgear.git diff --git a/simgear/io/sg_socket_udp.cxx b/simgear/io/sg_socket_udp.cxx index 2d297154..82b23757 100644 --- a/simgear/io/sg_socket_udp.cxx +++ b/simgear/io/sg_socket_udp.cxx @@ -33,6 +33,8 @@ #include #include // for atoi +using std::string; + SGSocketUDP::SGSocketUDP( const string& host, const string& port ) : hostname(host), port_str(port),