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"