diff --git a/src/ifcparse/IfcHierarchyHelper.cpp b/src/ifcparse/IfcHierarchyHelper.cpp index 179d003159..f8e5d8d378 100644 --- a/src/ifcparse/IfcHierarchyHelper.cpp +++ b/src/ifcparse/IfcHierarchyHelper.cpp @@ -1043,3 +1043,6 @@ template IFC_PARSE_API class IfcHierarchyHelper; #ifdef HAS_SCHEMA_4x3_add1 template IFC_PARSE_API class IfcHierarchyHelper; #endif +#ifdef HAS_SCHEMA_4x3_add2 +template IFC_PARSE_API class IfcHierarchyHelper; +#endif