diff --git a/examples/Segment_Delaunay_graph_Linf_2/sdg-voronoi-edges.cpp b/examples/Segment_Delaunay_graph_Linf_2/sdg-voronoi-edges.cpp index a16b848bb52..20834a71f0c 100644 --- a/examples/Segment_Delaunay_graph_Linf_2/sdg-voronoi-edges.cpp +++ b/examples/Segment_Delaunay_graph_Linf_2/sdg-voronoi-edges.cpp @@ -12,11 +12,11 @@ typedef CGAL::Simple_cartesian CK; typedef CGAL::Filtered_kernel Kernel; // typedefs for the traits and the algorithm -#include -#include +#include +#include -typedef CGAL::Segment_Delaunay_graph_traits_2 Gt; -typedef CGAL::Segment_Delaunay_graph_2 SDG2; +typedef CGAL::Segment_Delaunay_graph_Linf_traits_2 Gt; +typedef CGAL::Segment_Delaunay_graph_Linf_2 SDG2; using namespace std;