X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_io.cxx;h=d98cc0769eb1884742a85ced196c9aa71be88336;hb=a2acc953ae337d45954382904e0d1ea6c63b48a0;hp=9bfff40d211c398019f5a9d6ccb701840e4d0a75;hpb=d0eaafb1e1c1260a4a2549d63d439dc9407162da;p=flightgear.git diff --git a/src/Main/fg_io.cxx b/src/Main/fg_io.cxx index 9bfff40d2..d98cc0769 100644 --- a/src/Main/fg_io.cxx +++ b/src/Main/fg_io.cxx @@ -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;