]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/tcp_server.cxx
Add dynamic glMultiTextureARB detection
[simgear.git] / simgear / io / tcp_server.cxx
index ac7abddce348be4f16b6f78ff9990596e97218fa..b0534937dab76b191db3540386ee188c71bbd47e 100644 (file)
@@ -1,11 +1,12 @@
+#include <simgear/compiler.h>
 #include <simgear/debug/logstream.hxx>
-#include <string>
-#include <iostream>
+#include STL_STRING
+#include STL_IOSTREAM
 
 #include "sg_socket.hxx"
 
-using std::string;
-using std::cout;
+SG_USING_STD(string);
+SG_USING_STD(cout);
 
 class TcpServer
 {