diff --git a/src/ifcparse/schema_plugin.cpp b/src/ifcparse/schema_plugin.cpp index 1c7b91f622..d37e321fca 100644 --- a/src/ifcparse/schema_plugin.cpp +++ b/src/ifcparse/schema_plugin.cpp @@ -29,6 +29,10 @@ #include INCLUDE_SCHEMA(IfcSchema) #undef INCLUDE_SCHEMA +#define CAT(a, b) a##b +#define EXPAND_AND_CAT(a, b) CAT(a, b) +#define schema_plugin EXPAND_AND_CAT(schema_plugin_, IfcSchema) + #include namespace ifcopenshell {