0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / IntCurveSurface / IntCurveSurface_Intersection.cxx
index e3f8e9c..dff050f 100644 (file)
@@ -137,6 +137,6 @@ void IntCurveSurface_Intersection::Dump() const {
     for(i=1;i<=ni;i++) {   Segment(i).Dump(); }
   }
   else { 
-    cout<<" Intersection NotDone"<<endl;
+    std::cout<<" Intersection NotDone"<<std::endl;
   }
 }