diff --git a/Interpolation/test/Interpolation/include/CGAL/_test_surface_neighbors_3.cpp b/Interpolation/test/Interpolation/include/CGAL/_test_surface_neighbors_3.cpp index f5179f3cbc4..0870f58a572 100644 --- a/Interpolation/test/Interpolation/include/CGAL/_test_surface_neighbors_3.cpp +++ b/Interpolation/test/Interpolation/include/CGAL/_test_surface_neighbors_3.cpp @@ -278,6 +278,8 @@ test_coords_and_neighbors( const Triangul& T, const typename const typename Triangul::Geom_traits::FT& tolerance, const int& version ) { + const CGAL::Protect_FPU_rounding pfr(CGAL_FE_TONEAREST); + typedef std::pair Point_coord_pair;