Instantiates IfcHierarchyHelper template for ADD2

This commit is contained in:
Richard Brice
2023-10-20 20:24:38 -07:00
parent 528cf06a46
commit 6a828d7035
+3
View File
@@ -1043,3 +1043,6 @@ template IFC_PARSE_API class IfcHierarchyHelper<Ifc4x3_tc1>;
#ifdef HAS_SCHEMA_4x3_add1
template IFC_PARSE_API class IfcHierarchyHelper<Ifc4x3_add1>;
#endif
#ifdef HAS_SCHEMA_4x3_add2
template IFC_PARSE_API class IfcHierarchyHelper<Ifc4x3_add2>;
#endif