From f3a15953b271cead37935f50f37c50f6ef070dcf Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Mon, 3 Oct 2022 14:01:43 +0200 Subject: [PATCH] Missing include --- src/ifcgeom_schema_agnostic/IfcGeomElement.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcgeom_schema_agnostic/IfcGeomElement.h b/src/ifcgeom_schema_agnostic/IfcGeomElement.h index e924da8b58..2dc27dc467 100644 --- a/src/ifcgeom_schema_agnostic/IfcGeomElement.h +++ b/src/ifcgeom_schema_agnostic/IfcGeomElement.h @@ -25,6 +25,7 @@ #include "../ifcparse/Argument.h" #include "../ifcparse/IfcGlobalId.h" +#include "../ifcparse/IfcLogger.h" #include "../ifcgeom_schema_agnostic/IfcGeomRepresentation.h" #include "../ifcgeom_schema_agnostic/IfcGeomIteratorSettings.h"