diff --git a/src/ifcwrap/IfcGeomWrapper.i b/src/ifcwrap/IfcGeomWrapper.i index a025f4f9c7..01d2ae6cad 100644 --- a/src/ifcwrap/IfcGeomWrapper.i +++ b/src/ifcwrap/IfcGeomWrapper.i @@ -67,6 +67,7 @@ %include "../ifcgeom_schema_agnostic/GeometrySerializer.h" %include "../serializers/SvgSerializer.h" +%include "../serializers/HdfSerializer.h" %include "../serializers/WavefrontObjSerializer.h" %template(ray_intersection_results) std::vector; diff --git a/src/ifcwrap/IfcPython.i b/src/ifcwrap/IfcPython.i index e20e09641b..02cad401b2 100644 --- a/src/ifcwrap/IfcPython.i +++ b/src/ifcwrap/IfcPython.i @@ -81,6 +81,7 @@ #include "../serializers/SvgSerializer.h" #include "../serializers/WavefrontObjSerializer.h" + #include "../serializers/HdfSerializer.h" #ifdef HAS_SCHEMA_2x3 #include "../ifcparse/Ifc2x3.h" @@ -133,6 +134,7 @@ #include "../serializers/SvgSerializer.h" #include "../serializers/WavefrontObjSerializer.h" + #include "../serializers/HdfSerializer.h" #ifdef HAS_SCHEMA_2x3 #include "../ifcparse/Ifc2x3.h"