0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / math / math_FunctionAllRoots.cxx
index 02cab99..7abc9b7 100644 (file)
@@ -223,8 +223,8 @@ void math_FunctionAllRoots::Dump(Standard_OStream& o) const {
   o<< "math_FunctionAllRoots ";
   if(done) {
     o<< " Status = Done \n";
-    o << " Number of null intervals = " << pdeb.Length() << endl;
-    o << " Number of points where the function is null: " << piso.Length() << endl;
+    o << " Number of null intervals = " << pdeb.Length() << std::endl;
+    o << " Number of points where the function is null: " << piso.Length() << std::endl;
   }
   else {
     o<< " Status = not Done \n";