diff options
Diffstat (limited to 'src/cgal.h')
-rw-r--r-- | src/cgal.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,8 @@ typedef CGAL::Polyhedron_3<CGAL_Kernel3> CGAL_Polyhedron; typedef CGAL_Polyhedron::HalfedgeDS CGAL_HDS; typedef CGAL::Polyhedron_incremental_builder_3<CGAL_HDS> CGAL_Polybuilder; +typedef CGAL::Cartesian<NT>::Iso_cuboid_3 CGAL_Iso_cuboid_3; + #ifdef PREV_NDEBUG #define NDEBUG PREV_NDEBUG #endif |