make conditional import of BRepAdaptor_HCompCurve

This commit is contained in:
krande
2022-08-06 15:52:21 +02:00
parent 6e91648fa3
commit 86dacf9628
+4
View File
@@ -31,7 +31,11 @@
#include <ShapeFix_ShapeTolerance.hxx>
#include <BRepAdaptor_CompCurve.hxx>
#include <Standard_Version.hxx>
#if OCC_VERSION_HEX < 0x70600
#include <BRepAdaptor_HCompCurve.hxx>
#endif
#include <Approx_Curve3d.hxx>
#include "../ifcgeom/IfcGeom.h"