diff --git a/Polyhedron/demo/Polyhedron/Scene_edit_polyhedron_item.h b/Polyhedron/demo/Polyhedron/Scene_edit_polyhedron_item.h index 11adb2f08bd..5221fcb1589 100644 --- a/Polyhedron/demo/Polyhedron/Scene_edit_polyhedron_item.h +++ b/Polyhedron/demo/Polyhedron/Scene_edit_polyhedron_item.h @@ -26,8 +26,6 @@ #include "ui_Deform_mesh.h" #include -#include - typedef boost::graph_traits::vertex_descriptor vertex_descriptor; typedef boost::graph_traits::vertex_iterator vertex_iterator; typedef boost::graph_traits::edge_descriptor edge_descriptor; @@ -55,6 +53,7 @@ typedef Polyhedron_with_id_property_map Edge_inde // #define CGAL_USE_EXPERIMENTAL_POLAR #ifdef CGAL_USE_EXPERIMENTAL_POLAR + #include typedef CGAL::Deformation_Eigen_polar_closest_rotation_traits_3 Closest_rotation_model; #else typedef CGAL::Deformation_Eigen_closest_rotation_traits_3 Closest_rotation_model;