0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / OSD / OSD_Timer.cxx
index 0b36bd6..e8bc5d9 100644 (file)
@@ -135,7 +135,7 @@ void OSD_Timer::Restart ()
 
 void OSD_Timer::Show() const
 {
-  Show (cout);
+  Show (std::cout);
 }
 
 //=======================================================================