Skip to content

Commit

Permalink
Add header include
Browse files Browse the repository at this point in the history
  • Loading branch information
MaelRL committed Dec 17, 2024
1 parent f6a121d commit f91a8f8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions BGL/test/BGL/test_Euler_operations.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@

#include "test_Prefix.h"
#include <boost/range/distance.hpp>

#include <CGAL/boost/graph/Euler_operations.h>
#include <CGAL/boost/graph/generators.h>
#include <CGAL/boost/graph/copy_face_graph.h>
#include <CGAL/boost/graph/named_params_helper.h>
#include <CGAL/Polygon_mesh_processing/border.h>

#include <CGAL/IO/OFF.h>
#include <CGAL/Polygon_mesh_processing/border.h>
#include <CGAL/boost/graph/copy_face_graph.h>

#include <boost/range/distance.hpp>

template <typename T>
void
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit f91a8f8

Please sign in to comment.