0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / ShapeExtend / ShapeExtend_ComplexCurve.cxx
index 4d85258..478cac4 100644 (file)
@@ -130,7 +130,7 @@ ShapeExtend_ComplexCurve::ShapeExtend_ComplexCurve()
       (Curve (i + 1)->Value (Curve(i + 1)->FirstParameter()), Preci);
   }
 #ifdef OCCT_DEBUG
-  if (!ok) cout << "Warning: ShapeExtend_ComplexCurve: not connected in 3d" << endl;
+  if (!ok) std::cout << "Warning: ShapeExtend_ComplexCurve: not connected in 3d" << std::endl;
 #endif
   return ok;
 }