Add new headers to PMP.h

This commit is contained in:
Mael Rouxel-Labbé 2019-08-06 16:53:41 +02:00
parent 994be6a41c
commit de3305f4df
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@
#include <CGAL/Polygon_mesh_processing/bbox.h>
#include <CGAL/Polygon_mesh_processing/border.h>
#include <CGAL/Polygon_mesh_processing/repair.h>
#include <CGAL/Polygon_mesh_processing/remove_degeneracies.h>
#include <CGAL/Polygon_mesh_processing/remove_self_intersections.h>
#include <CGAL/Polygon_mesh_processing/remesh.h>
#include <CGAL/Polygon_mesh_processing/corefinement.h>
#include <CGAL/Polygon_mesh_processing/detect_features.h>