add missing include directives

This commit is contained in:
Sébastien Loriot 2018-06-27 17:07:13 +02:00
parent af8395585e
commit 1d59e0a350
1 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,11 @@
#include <CGAL/Polygon_mesh_processing/remesh.h>
#include <CGAL/Polygon_mesh_processing/corefinement.h>
#include <CGAL/Polygon_mesh_processing/detect_features.h>
#include <CGAL/Polygon_mesh_processing/extrude.h>
#include <CGAL/Polygon_mesh_processing/random_perturbation.h>
#include <CGAL/Polygon_mesh_processing/distance.h>
#include <CGAL/Polygon_mesh_processing/intersection.h>
#include <CGAL/Polygon_mesh_processing/transform.h>
// the named parameter header being not documented the doc is put here for now
#ifdef DOXYGEN_RUNNING