fix include

This commit is contained in:
Sébastien Loriot 2023-11-30 09:50:40 +01:00
parent a207e3af2e
commit c7ab2ba750
1 changed files with 1 additions and 1 deletions

View File

@ -17,9 +17,9 @@
#include <CGAL/boost/graph/Euler_operations.h>
#include <CGAL/boost/graph/named_params_helper.h>
#include <unordered_set>
#include <unordered_map>
#include <unordered_map>
namespace CGAL {
namespace Polygon_mesh_processing {