X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fiochannel.hxx;h=d8a29608db20b2dbef3e6b2974bcce3881ab709a;hb=6b58afe8234155e8c6e5bf3d4a43dbd5d0ab9ba7;hp=a0392a34bb17e758fd67464976173b08ab1e57e9;hpb=dcb95d131bc6aef1abe25d1f415e309f06e52436;p=simgear.git diff --git a/simgear/io/iochannel.hxx b/simgear/io/iochannel.hxx index a0392a34..d8a29608 100644 --- a/simgear/io/iochannel.hxx +++ b/simgear/io/iochannel.hxx @@ -32,11 +32,11 @@ // #include "protocol.hxx" -#include STL_STRING +#include #include -SG_USING_STD(vector); -SG_USING_STD(string); +using std::vector; +using std::string; #define SG_IO_MAX_MSG_SIZE 16384