add missing include directive

This commit is contained in:
Sébastien Loriot 2023-10-09 16:55:57 -07:00
parent 584771e6a7
commit 7d2de68d1c
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <CGAL/license/Polygon_mesh_processing/miscellaneous.h>
#include <CGAL/boost/graph/Euler_operations.h>
#include <CGAL/boost/graph/named_params_helper.h>
namespace CGAL {