diff --git a/Nef_3/test/Nef_3/test_nef_3_io.cpp b/Nef_3/test/Nef_3/test_nef_3_io.cpp index 542e15296cd..ce0fa55057c 100644 --- a/Nef_3/test/Nef_3/test_nef_3_io.cpp +++ b/Nef_3/test/Nef_3/test_nef_3_io.cpp @@ -12,7 +12,7 @@ #include typedef CGAL::Exact_predicates_exact_constructions_kernel EPEC; -typedef CGAL::internal::Exact_type_selector::Type FT; +typedef CGAL::internal::Exact_field_selector::Type FT; typedef CGAL::Fraction_traits::Numerator_type RT; typedef CGAL::Lazy_exact_nt < FT > Lazy_FT; typedef CGAL::Lazy_exact_nt < RT > Lazy_RT;