diff --git a/src/hdf5_usecases/lod.cpp b/src/hdf5_usecases/lod.cpp index 7d36823acd..b72ead68dc 100644 --- a/src/hdf5_usecases/lod.cpp +++ b/src/hdf5_usecases/lod.cpp @@ -96,7 +96,8 @@ void find_geometric_types(IfcParse::IfcFile& f, const std::string& tfn) { std::set geometric_types{ IfcSchema::Type::IfcStyledItem, IfcSchema::Type::IfcMaterialDefinitionRepresentation, IfcSchema::Type::IfcStyledRepresentation, - IfcSchema::Type::IfcSurfaceStyleRendering, IfcSchema::Type::IfcSurfaceStyle, IfcSchema::Type::IfcPresentationLayerAssignment + IfcSchema::Type::IfcSurfaceStyleRendering, IfcSchema::Type::IfcSurfaceStyle, IfcSchema::Type::IfcPresentationLayerAssignment, + IfcSchema::Type::IfcPresentationStyleAssignment, IfcSchema::Type::IfcColourRgb }; std::set other_types;