0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / TPrsStd / TPrsStd_DriverTable.cxx
index 242a259..32771cd 100644 (file)
@@ -48,7 +48,7 @@ Handle(TPrsStd_DriverTable) TPrsStd_DriverTable::Get()
   {
     drivertable = new TPrsStd_DriverTable;
 #ifdef OCCT_DEBUG
-    cout << "The new TPrsStd_DriverTable was created" << endl;
+    std::cout << "The new TPrsStd_DriverTable was created" << std::endl;
 #endif
   }
   return drivertable;