0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / ShapeAnalysis / ShapeAnalysis_WireOrder.cxx
index 184057f..0d6f9e0 100644 (file)
@@ -540,7 +540,7 @@ void ShapeAnalysis_WireOrder::SetChains(const Standard_Real gap)
  void ShapeAnalysis_WireOrder::SetCouples(const Standard_Real /*gap*/) 
 {
 #ifdef OCCT_DEBUG
-  cout<<"ShapeAnalysis_WireOrder:SetCouple not yet implemented"<<endl;
+  std::cout<<"ShapeAnalysis_WireOrder:SetCouple not yet implemented"<<std::endl;
 #endif
 }