X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fsg_socket_udp.hxx;h=9d8e8eb696d1a5f5453e02650408eb5204e43640;hb=aefe9bc11682f39b3936b9f01a0d37e9d6428078;hp=89d4f2d7259b60578953b8435d3115796d19cab2;hpb=7fc8c026884b2d0a1b683765c089a9bef5ac47c8;p=simgear.git diff --git a/simgear/io/sg_socket_udp.hxx b/simgear/io/sg_socket_udp.hxx index 89d4f2d7..9d8e8eb6 100644 --- a/simgear/io/sg_socket_udp.hxx +++ b/simgear/io/sg_socket_udp.hxx @@ -19,7 +19,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ @@ -36,12 +36,12 @@ #include -#include STL_STRING +#include #include #include -SG_USING_STD(string); +using std::string; /** * A UDP socket I/O class based on SGIOChannel and plib/net.