mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-22 13:45:37 +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
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// SMESH SMESH : implementaion of SMESH idl descriptions
|
|
||||||
// File : StdMeshers_Regular_1D.cxx
|
// File : StdMeshers_Regular_1D.cxx
|
||||||
// Moved here from SMESH_Regular_1D.cxx
|
// Moved here from SMESH_Regular_1D.cxx
|
||||||
// Author : Paul RASCLE, EDF
|
// Author : Paul RASCLE, EDF
|
||||||
@ -62,6 +61,7 @@
|
|||||||
#include <TopExp_Explorer.hxx>
|
#include <TopExp_Explorer.hxx>
|
||||||
#include <TopoDS.hxx>
|
#include <TopoDS.hxx>
|
||||||
#include <TopoDS_Edge.hxx>
|
#include <TopoDS_Edge.hxx>
|
||||||
|
#include <TopoDS_Vertex.hxx>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
|
Loading…
Reference in New Issue
Block a user