]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/tcp_client.cxx
Tidy up the autoconf/automake configuration a bit.
[simgear.git] / simgear / io / tcp_client.cxx
index a902bb1220907057892c113c337f1292c6cc7fbf..78548f53276d554f61a316598ca781bb4fcb623e 100644 (file)
@@ -1,11 +1,14 @@
-#include <iostream>
+#include <simgear/compiler.h>
+#include STL_IOSTREAM
 #include <unistd.h>
 
 #include <simgear/debug/logstream.hxx>
 
 #include "sg_socket.hxx"
 
+#ifndef SG_HAVE_NATIVE_SGI_COMPILERS
 using std::cout;
+#endif
 
 class TcpClient
 {