diff --git a/src/ifcgeom/IfcGeomRepresentation.h b/src/ifcgeom/IfcGeomRepresentation.h index 501ff68733..7b5f635a33 100644 --- a/src/ifcgeom/IfcGeomRepresentation.h +++ b/src/ifcgeom/IfcGeomRepresentation.h @@ -28,6 +28,7 @@ #include #include +#include #include #include @@ -272,6 +273,7 @@ namespace IfcGeom { } } + BRepTools::Clean(s); } } virtual ~Triangulation() {}