0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / StepShape / StepShape_OrientedPath.cxx
index 5f51b78..7b875d4 100644 (file)
@@ -61,7 +61,7 @@ void StepShape_OrientedPath::SetEdgeList(const Handle(StepShape_HArray1OfOriente
 {
        // WARNING : the field is redefined.
        // field set up forbidden.
-       cout << "Field is redefined, SetUp Forbidden" << endl;
+       std::cout << "Field is redefined, SetUp Forbidden" << std::endl;
 }
 
 Handle(StepShape_HArray1OfOrientedEdge) StepShape_OrientedPath::EdgeList() const