diff --git a/Convex_hull_3/test/Convex_hull_3/test_extreme_points.cpp b/Convex_hull_3/test/Convex_hull_3/test_extreme_points.cpp index 7644c6e1f56..fcd2a5ea608 100644 --- a/Convex_hull_3/test/Convex_hull_3/test_extreme_points.cpp +++ b/Convex_hull_3/test/Convex_hull_3/test_extreme_points.cpp @@ -11,6 +11,7 @@ #include #include #include +#include typedef CGAL::Exact_rational NT; @@ -231,6 +232,7 @@ void test_extreme_vertices(const char* fname) } std::vector::vertex_descriptor> verts; extreme_vertices(vertices(P), std::back_inserter(verts) , get(CGAL::vertex_point, P), Traits()); + std::cout<