0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / TDF / TDF_Attribute.cxx
index 056eb9d..524f6f3 100644 (file)
@@ -389,7 +389,7 @@ Standard_OStream& TDF_Attribute::Dump(Standard_OStream& anOS) const
   //
   pStr=toto;
   ID().ToCString(pStr);
-  anOS<<";\tID = "<<toto<<endl;
+  anOS<<";\tID = "<<toto<<std::endl;
   return anOS;
 }