make some header include adoption for open cascade 7.4.0
This commit is contained in:
committed by
Yorik van Havre
parent
d637895943
commit
7240de9b2f
@@ -263,7 +263,9 @@
|
||||
#include <BRepPrimAPI_MakeRevolution.hxx>
|
||||
#include <BRepPrimAPI_MakeSphere.hxx>
|
||||
#include <BRepPrimAPI_MakeTorus.hxx>
|
||||
#if OCC_VERSION_HEX < 0x070400
|
||||
#include <BRepMesh.hxx>
|
||||
#endif
|
||||
#include <BRepMesh_Edge.hxx>
|
||||
#include <BRepMesh_IncrementalMesh.hxx>
|
||||
#include <BRepMesh_Triangle.hxx>
|
||||
|
||||
@@ -79,7 +79,9 @@
|
||||
#include <Standard_Failure.hxx>
|
||||
#include <Standard_Version.hxx>
|
||||
|
||||
#if OCC_VERSION_HEX < 0x070400
|
||||
#include <BRepMesh.hxx>
|
||||
#endif
|
||||
#include <BRepMesh_IncrementalMesh.hxx>
|
||||
#include <Poly_Connect.hxx>
|
||||
#include <Poly_Polygon3D.hxx>
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
#include <TopExp.hxx>
|
||||
#include <TopExp_Explorer.hxx>
|
||||
#include <TopTools_IndexedMapOfShape.hxx>
|
||||
#include <BRepAdaptor_Surface.hxx>
|
||||
|
||||
// STL
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user