0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / HLRTest / HLRTest_DrawablePolyEdgeTool.cxx
index a78d4e1..bd489a7 100644 (file)
@@ -96,7 +96,7 @@ HLRTest_DrawablePolyEdgeTool (const Handle(HLRBRep_PolyAlgo)& Alg,
   }
   if (myDebug) {
     ChronHide.Stop();
-    cout << " Temps Hide   :";
+    std::cout << " Temps Hide   :";
     ChronHide.Show(); 
   }
 }