0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / Draw / Draw_Debug.cxx
index 4b60fc5..af6d6a7 100644 (file)
@@ -32,7 +32,7 @@ Standard_EXPORT const char* Draw_Eval (const char *theCommandStr)
     OCC_CATCH_SIGNALS
     Draw_Interpretor& aCommands = Draw::GetInterpretor();
     aCommands.Eval (theCommandStr);
-    cout << aCommands.Result() << endl;
+    std::cout << aCommands.Result() << std::endl;
     return aCommands.Result();
   }
   catch (Standard_Failure const& anException)