From 63f85beb7eeebe9097b4824dabcc6e7934daf4b5 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Mon, 18 Oct 2021 16:10:20 +0200 Subject: [PATCH] #1803 Update include in wrapper code as well --- src/ifcwrap/IfcGeomWrapper.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcwrap/IfcGeomWrapper.i b/src/ifcwrap/IfcGeomWrapper.i index 98824e262d..a025f4f9c7 100644 --- a/src/ifcwrap/IfcGeomWrapper.i +++ b/src/ifcwrap/IfcGeomWrapper.i @@ -65,7 +65,7 @@ %include "../ifcgeom/IfcGeomRepresentation.h" %include "../ifcgeom_schema_agnostic/IfcGeomIterator.h" -%include "../serializers/GeometrySerializer.h" +%include "../ifcgeom_schema_agnostic/GeometrySerializer.h" %include "../serializers/SvgSerializer.h" %include "../serializers/WavefrontObjSerializer.h"