diff --git a/src/ifcgeom/abstract_mapping.cpp b/src/ifcgeom/abstract_mapping.cpp index d954b604c5..fd253edc5d 100644 --- a/src/ifcgeom/abstract_mapping.cpp +++ b/src/ifcgeom/abstract_mapping.cpp @@ -5,6 +5,10 @@ #include #include +#ifndef SCHEMA_SEQ +static_assert(false, "A boost preprocessor sequence of schema identifiers is needed for this file to compile."); +#endif + ifcopenshell::geometry::impl::MappingFactoryImplementation& ifcopenshell::geometry::impl::mapping_implementations() { static MappingFactoryImplementation impl; return impl;