diff --git a/BGL/test/BGL/test_Euler_operations.cpp b/BGL/test/BGL/test_Euler_operations.cpp index f6361af7736..4cfaaf31976 100644 --- a/BGL/test/BGL/test_Euler_operations.cpp +++ b/BGL/test/BGL/test_Euler_operations.cpp @@ -1,12 +1,15 @@ #include "test_Prefix.h" -#include + #include #include +#include +#include +#include #include -#include -#include + +#include template void @@ -474,7 +477,7 @@ remove_degree_2_vertex_test() assert(ok); assert(CGAL::is_valid_polygon_mesh(m)); - auto vim = get_initialized_vertex_index_map(m); + auto vim = CGAL::get_initialized_vertex_index_map(m); const halfedge_descriptor h = *(std::next(halfedges(m).begin(), hi)); const vertex_descriptor v = target(h, m);