diff --git a/Polyhedron/demo/Polyhedron/Polyhedron_demo_mesh_segmentation_plugin.cpp b/Polyhedron/demo/Polyhedron/Polyhedron_demo_mesh_segmentation_plugin.cpp index 90ae5f8a943..e51a6244397 100644 --- a/Polyhedron/demo/Polyhedron/Polyhedron_demo_mesh_segmentation_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Polyhedron_demo_mesh_segmentation_plugin.cpp @@ -7,7 +7,7 @@ #include "Scene.h" #include "Color_map.h" -#include +#include #include #include #include @@ -29,7 +29,7 @@ class Polyhedron_demo_mesh_segmentation_plugin : Q_OBJECT Q_INTERFACES(Polyhedron_demo_plugin_interface) private: - typedef CGAL::Surface_mesh_segmentation Segmentation; + typedef CGAL::internal::Surface_mesh_segmentation Segmentation; typedef std::map Item_functor_map; public: