]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_io.cxx
Somewhere along the line in the recent changes some std::cout were
[flightgear.git] / src / Main / fg_io.cxx
index 9bfff40d211c398019f5a9d6ccb701840e4d0a75..d98cc0769eb1884742a85ced196c9aa71be88336 100644 (file)
@@ -57,6 +57,7 @@
 
 #include "globals.hxx"
 
+SG_USING_NAMESPACE(std);
 SG_USING_STD(string);
 
 
@@ -90,7 +91,7 @@ static FGProtocol *parse_port_config( const string& config )
        FGATC610x *atc610x = new FGATC610x;
        io = atc610x;
         short_circuit = true;
-       std::cout << "here ..." << endl;
+       cout << "here ..." << endl;
     } else if ( protocol == "atlas" ) {
        FGAtlas *atlas = new FGAtlas;
        io = atlas;