Instantiates IfcHierarchyHelper template for ADD2

This commit is contained in:
Richard Brice
2023-10-20 20:24:38 -07:00
committed by Thomas Krijnen
parent fc22d2fa51
commit 5c64a1bd8d
+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