From 86dacf962855331659c7a750a42cd5a69699bd4d Mon Sep 17 00:00:00 2001 From: krande Date: Sat, 6 Aug 2022 15:52:21 +0200 Subject: [PATCH] make conditional import of BRepAdaptor_HCompCurve --- src/ifcgeom/IfcTrimmedCurve.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ifcgeom/IfcTrimmedCurve.cpp b/src/ifcgeom/IfcTrimmedCurve.cpp index e60a4ded90..a9f65ae539 100644 --- a/src/ifcgeom/IfcTrimmedCurve.cpp +++ b/src/ifcgeom/IfcTrimmedCurve.cpp @@ -31,7 +31,11 @@ #include #include #include + +#if OCC_VERSION_HEX < 0x70600 #include +#endif + #include #include "../ifcgeom/IfcGeom.h"