0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / LDOM / LDOM_MemManager.cxx
index 5492166..b65287b 100644 (file)
@@ -258,8 +258,8 @@ LDOM_MemManager::~LDOM_MemManager ()
     aBlock = aBlock -> Next();
   }
   if (aCount > 1)
-    cout << ".. Destroying " << aCount << " LDOM memory allocations: "
-         << aSomme / 256 << " kB" << endl;
+    std::cout << ".. Destroying " << aCount << " LDOM memory allocations: "
+         << aSomme / 256 << " kB" << std::endl;
 //fclose (out);
 #endif
   delete myFirstBlock;