diff --git a/Cone_spanners_2/examples/Cone_spanners_2/compute_cones.cpp b/Cone_spanners_2/examples/Cone_spanners_2/compute_cones.cpp index d87ee557208..299f4331d48 100644 --- a/Cone_spanners_2/examples/Cone_spanners_2/compute_cones.cpp +++ b/Cone_spanners_2/examples/Cone_spanners_2/compute_cones.cpp @@ -10,11 +10,11 @@ #include #include #include -#include +#include #include // select the kernel type -typedef CGAL::Exact_predicates_exact_constructions_kernel_with_sqrt Kernel; +typedef CGAL::Exact_predicates_exact_constructions_kernel_with_root_of Kernel; typedef Kernel::Point_2 Point_2; typedef Kernel::Direction_2 Direction_2; diff --git a/Cone_spanners_2/examples/Cone_spanners_2/dijkstra_theta.cpp b/Cone_spanners_2/examples/Cone_spanners_2/dijkstra_theta.cpp index e73ac75d0df..2419f1b6c76 100644 --- a/Cone_spanners_2/examples/Cone_spanners_2/dijkstra_theta.cpp +++ b/Cone_spanners_2/examples/Cone_spanners_2/dijkstra_theta.cpp @@ -10,12 +10,12 @@ #include #include #include +#include +#include #include #include #include #include -#include -#include using namespace boost; diff --git a/Cone_spanners_2/examples/Cone_spanners_2/theta_io.cpp b/Cone_spanners_2/examples/Cone_spanners_2/theta_io.cpp index 1281eb9ef66..e82488ecab6 100644 --- a/Cone_spanners_2/examples/Cone_spanners_2/theta_io.cpp +++ b/Cone_spanners_2/examples/Cone_spanners_2/theta_io.cpp @@ -11,12 +11,12 @@ #include #include #include -#include +#include #include #include // select the kernel type -typedef CGAL::Exact_predicates_exact_constructions_kernel_with_sqrt Kernel; +typedef CGAL::Exact_predicates_exact_constructions_kernel_with_root_of Kernel; typedef Kernel::Point_2 Point_2; typedef Kernel::Direction_2 Direction_2; // define the graph type