0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / STEPControl / STEPControl_Reader.cxx
index 4997b11..a4a1c63 100644 (file)
@@ -166,7 +166,7 @@ Standard_Integer STEPControl_Reader::NbRootsForTransfer()
         }
         if (iSexclude) {
 #ifdef OCCT_DEBUG
-          cout << "Warning: STEPControl_Reader::NbRootsForTransfer exclude PDWAD from roots" << endl;
+          std::cout << "Warning: STEPControl_Reader::NbRootsForTransfer exclude PDWAD from roots" << std::endl;
 #endif
           continue;
         }