mirror of https://github.com/CGAL/cgal
add missing include directives
This commit is contained in:
parent
af8395585e
commit
1d59e0a350
|
|
@ -44,6 +44,11 @@
|
||||||
#include <CGAL/Polygon_mesh_processing/remesh.h>
|
#include <CGAL/Polygon_mesh_processing/remesh.h>
|
||||||
#include <CGAL/Polygon_mesh_processing/corefinement.h>
|
#include <CGAL/Polygon_mesh_processing/corefinement.h>
|
||||||
#include <CGAL/Polygon_mesh_processing/detect_features.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
|
// the named parameter header being not documented the doc is put here for now
|
||||||
#ifdef DOXYGEN_RUNNING
|
#ifdef DOXYGEN_RUNNING
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue