]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/main.cxx
make isatty() available for stdout/stderr (hope it works on MS Windows)
[flightgear.git] / src / Main / main.cxx
index 712eb1a5f22a2f080bf2f532607fcca4e5c3553b..b38b3536a2ba51466a124a0c2e2f23d83e8176b3 100644 (file)
@@ -32,6 +32,8 @@
 #  include <signal.h>
 #endif
 
+#include <iostream>
+
 #include <plib/netSocket.h>
 
 #include <osg/Camera>
@@ -87,6 +89,8 @@ extern float init_volume;
 
 using namespace flightgear;
 
+using std::cerr;
+
 // This is a record containing a bit of global housekeeping information
 FGGeneral general;