From e283b51dbcced6d8121c55fafd49c9ee1f954b74 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 26 Nov 2019 12:47:43 +0100 Subject: [PATCH] Add includes for older occt versions --- src/ifcgeom/IfcGeomFaces.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ifcgeom/IfcGeomFaces.cpp b/src/ifcgeom/IfcGeomFaces.cpp index 3deb09949b..867db1fb8e 100644 --- a/src/ifcgeom/IfcGeomFaces.cpp +++ b/src/ifcgeom/IfcGeomFaces.cpp @@ -98,6 +98,8 @@ #include #include +#include +#include #include #include "../ifcgeom/IfcGeom.h"