Make cgal optional

This commit is contained in:
Thomas Krijnen
2023-03-22 11:47:00 +01:00
parent 2b1b79bf1c
commit 031694af2b
10 changed files with 36 additions and 1 deletions
+4
View File
@@ -69,6 +69,10 @@
#include "../ifcgeom/abstract_mapping.h"
#include "../ifcgeom/GeometrySerializer.h"
#ifdef IFOPSH_WITH_OPENCASCADE
#include <Standard_Failure.hxx>
#endif
#include <boost/algorithm/string.hpp>
#include <map>
@@ -4,6 +4,7 @@
#include "../../ConversionResult.h"
#include <Geom_Surface.hxx>
#include <TopoDS_Shape.hxx>
#include <list>
#include <vector>