diff --git a/Intersections_2/test/Intersections_2/test_intersections_2.cpp b/Intersections_2/test/Intersections_2/test_intersections_2.cpp index b972971952b..f501bf75211 100644 --- a/Intersections_2/test/Intersections_2/test_intersections_2.cpp +++ b/Intersections_2/test/Intersections_2/test_intersections_2.cpp @@ -5,8 +5,9 @@ #include #include #include -#include +#include +#include #include #include @@ -795,6 +796,8 @@ private: int main() { + CGAL::Set_ieee_double_precision pfr; + Test< CGAL::Simple_cartesian::Type > >().run(); Test< CGAL::Cartesian >().run(); Test< CGAL::Homogeneous::Type > >().run();