Merge pull request #2641 from sloriot/PMP-missing_includes

Add missing include directives
This commit is contained in:
Laurent Rineau 2017-12-05 17:58:17 +01:00
commit 77664fb683
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@
#include <CGAL/Polygon_mesh_processing/repair.h>
#include <CGAL/Polygon_mesh_processing/remesh.h>
#include <CGAL/Polygon_mesh_processing/corefinement.h>
#include <CGAL/Polygon_mesh_processing/random_perturbation.h>
#include <CGAL/Polygon_mesh_processing/distance.h>
// the named parameter header being not documented the doc is put here for now
#ifdef DOXYGEN_RUNNING