diff --git a/Packages/Convex_hull_3/demo/Convex_hull_3/incremental_hull_3_demo.C b/Packages/Convex_hull_3/demo/Convex_hull_3/incremental_hull_3_demo.C index a167f69bc35..2cdb48ca762 100644 --- a/Packages/Convex_hull_3/demo/Convex_hull_3/incremental_hull_3_demo.C +++ b/Packages/Convex_hull_3/demo/Convex_hull_3/incremental_hull_3_demo.C @@ -1,7 +1,7 @@ // // file: demo/Convex_hull_3/incremental_3_demo.C // -#include +#include #include #include #include @@ -29,7 +29,7 @@ typedef double RT; #endif -typedef CGAL::Cartesian K; +typedef CGAL::Homogeneous K; typedef K::Point_3 Point_3; typedef CGAL::Polyhedron_default_traits_3 PolyTraits; typedef CGAL::Polyhedron_3< PolyTraits > Polyhedron_3;