0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / ApproxInt / ApproxInt_PrmPrmSvSurfaces.gxx
index c4534f9..9d41e91 100644 (file)
@@ -21,7 +21,7 @@
 #include <math_FunctionSetRoot.hxx>
 #include <Precision.hxx>
 
-#define Debug(expr)  cout<<" expr :"<<expr;
+#define Debug(expr)  std::cout<<" expr :"<<expr;
 #define MySurf1 MyIntersectionOn2S.Function().AuxillarSurface1()
 #define MySurf2 MyIntersectionOn2S.Function().AuxillarSurface2()