diff --git a/Snap_rounding_2/test/Snap_rounding_2/test_float_snap_rounding_2.cpp b/Snap_rounding_2/test/Snap_rounding_2/test_float_snap_rounding_2.cpp index 0596c647917..421204fbde0 100644 --- a/Snap_rounding_2/test/Snap_rounding_2/test_float_snap_rounding_2.cpp +++ b/Snap_rounding_2/test/Snap_rounding_2/test_float_snap_rounding_2.cpp @@ -10,7 +10,7 @@ #include -typedef CGAL::Exact_predicates_inexact_constructions_kernel Kernel; +typedef CGAL::Exact_predicates_exact_constructions_kernel Kernel; typedef CGAL::Float_snap_rounding_traits_2 Traits_2; typedef Kernel::Segment_2 Segment_2; typedef Kernel::Point_2 Point_2;