diff --git a/Triangulation_3/test/Triangulation_3/test_regular_traits_3.C b/Triangulation_3/test/Triangulation_3/test_regular_traits_3.C index fc2b79fb5db..12d56872ff0 100644 --- a/Triangulation_3/test/Triangulation_3/test_regular_traits_3.C +++ b/Triangulation_3/test/Triangulation_3/test_regular_traits_3.C @@ -30,8 +30,12 @@ #include //needs an exact number type to test the traits class -//typedef double NT; +#ifdef CGAL_USE_GMP typedef CGAL::Quotient NT; +#else +typedef CGAL::Quotient NT; +#endif + typedef CGAL::Simple_cartesian K; // Explicit instantiation of the whole class :