Salome HOME
Fix compilation errors (OCCT-7.4.0)
[modules/hexablock.git] / src / HEXABLOCK / HexVertex.cxx
index 5343c458d632c1d739c18d038d15bbeed7d377ba..9e02d2aea35c2f4c44211be4427a4039e0951f0b 100644 (file)
@@ -133,9 +133,9 @@ int Vertex::setAssociation (VertexShape* forme)
    forme->getCoords (gc_x, gc_y, gc_z);
    v_shape = forme;
 
-   if (db) cout << " Vertex "           << el_name
-                << " setAssociation-> " << forme->getName ()
-                << " = (" << gc_x << ", " << gc_y << ", " << gc_z << ") \n" ;
+   if (db) std::cout << " Vertex "           << el_name
+                    << " setAssociation-> " << forme->getName ()
+                    << " = (" << gc_x << ", " << gc_y << ", " << gc_z << ") \n" ;
 
    is_associated = true;
    return HOK;