mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-21 00:19:41 +05:00
+#include <TopoDS_Vertex.hxx>
This commit is contained in:
parent
664466f716
commit
392aa8c6a1
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user