make some header include adoption for open cascade 7.4.0

This commit is contained in:
MA-LAPTOP\apeltauer
2020-01-26 19:19:05 +01:00
committed by Yorik van Havre
parent d637895943
commit 7240de9b2f
3 changed files with 5 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -77,6 +77,7 @@
#include <TopExp.hxx>
#include <TopExp_Explorer.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
#include <BRepAdaptor_Surface.hxx>
// STL
#include <vector>