From 7ee6cdeeabbc704369512f31d45b625dff5bfd4c Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 10 Jul 2019 16:17:11 +0200 Subject: [PATCH] Add missing header --- src/ifcgeom/IfcGeomElement.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcgeom/IfcGeomElement.h b/src/ifcgeom/IfcGeomElement.h index 26ecd7341b..ad0efa7139 100644 --- a/src/ifcgeom/IfcGeomElement.h +++ b/src/ifcgeom/IfcGeomElement.h @@ -23,6 +23,7 @@ #include #include +#include "../ifcparse/Argument.h" #include "../ifcparse/IfcGlobalId.h" #include "../ifcgeom/IfcGeomRepresentation.h"