Fix a compilation error

This commit is contained in:
Laurent Rineau 2019-12-09 15:45:29 +01:00
parent 3a963288ef
commit d4b5bad692
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
#include <CGAL/Polygon_mesh_processing/merge_border_vertices.h>
#include <CGAL/Polygon_mesh_processing/smooth_mesh.h>
#include <CGAL/Polygon_mesh_processing/smooth_shape.h>
#include <CGAL/Polygon_mesh_processing/remove_degeneracies.h>
#include <CGAL/Polygon_mesh_processing/internal/remove_degeneracies.h>
// the named parameter header being not documented the doc is put here for now
#ifdef DOXYGEN_RUNNING