X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fiochannel.hxx;h=d8a29608db20b2dbef3e6b2974bcce3881ab709a;hb=aefe9bc11682f39b3936b9f01a0d37e9d6428078;hp=a81ca4679e4017abec52ae5677c6d796277336ca;hpb=733e6fa14ff507a1022ecab8d55cc9bf587bee40;p=simgear.git diff --git a/simgear/io/iochannel.hxx b/simgear/io/iochannel.hxx index a81ca467..d8a29608 100644 --- a/simgear/io/iochannel.hxx +++ b/simgear/io/iochannel.hxx @@ -35,8 +35,8 @@ #include #include -SG_USING_STD(vector); -SG_USING_STD(string); +using std::vector; +using std::string; #define SG_IO_MAX_MSG_SIZE 16384