0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / TopoDSToStep / TopoDSToStep_MakeStepEdge.cxx
index 35e6068..75aa71b 100644 (file)
@@ -197,7 +197,7 @@ void TopoDSToStep_MakeStepEdge::Init(const TopoDS_Edge& aEdge,
     // -------------------------
 
 #ifdef OCCT_DEBUG
-    cout << "Warning: TopoDSToStep_MakeStepEdge: edge without 3d curve; creating..." << endl;
+    std::cout << "Warning: TopoDSToStep_MakeStepEdge: edge without 3d curve; creating..." << std::endl;
 #endif
     if ((SA.GetType() == GeomAbs_Plane) &&
        (CA.GetType() == GeomAbs_Line)) {