]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/iochannel.hxx
MacOS X fix
[simgear.git] / simgear / io / iochannel.hxx
index a81ca4679e4017abec52ae5677c6d796277336ca..d8a29608db20b2dbef3e6b2974bcce3881ab709a 100644 (file)
@@ -35,8 +35,8 @@
 #include <string>
 #include <vector>
 
-SG_USING_STD(vector);
-SG_USING_STD(string);
+using std::vector;
+using std::string;
 
 
 #define SG_IO_MAX_MSG_SIZE 16384