Salome HOME
Fix compilation errors (OCCT-7.4.0)
[modules/smesh.git] / src / SMESHUtils / SMESH_Delaunay.cxx
index e2a4a99b6eedbddc9f205e4b2823178d1ee8d421..4771c6da890a3fd79abe7e32eb71e2b409b8cae3 100644 (file)
@@ -388,5 +388,5 @@ void SMESH_Delaunay::ToPython() const
   file.remove();
   file.openForWriting();
   file.write( text.c_str(), text.size() );
-  cout << "exec(open('" << fileName << "', 'rb').read())";
+  std::cout << "exec(open('" << fileName << "', 'rb').read())";
 }