Salome HOME
+#include <TopoDS_Vertex.hxx>
authoreap <eap@opencascade.com>
Thu, 19 Jul 2012 13:26:01 +0000 (13:26 +0000)
committereap <eap@opencascade.com>
Thu, 19 Jul 2012 13:26:01 +0000 (13:26 +0000)
src/StdMeshers/StdMeshers_Regular_1D.cxx

index 3b3f02977287289055bb84119cd5835709531944..8d900955d284778f5dadb9fddb78416b11f5311e 100644 (file)
@@ -20,7 +20,6 @@
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-//  SMESH SMESH : implementaion of SMESH idl descriptions
 //  File   : StdMeshers_Regular_1D.cxx
 //           Moved here from SMESH_Regular_1D.cxx
 //  Author : Paul RASCLE, EDF
@@ -62,6 +61,7 @@
 #include <TopExp_Explorer.hxx>
 #include <TopoDS.hxx>
 #include <TopoDS_Edge.hxx>
+#include <TopoDS_Vertex.hxx>
 
 #include <string>
 #include <limits>