Fix lloyd_algorithm.cpp

This commit is contained in:
Andreas Fabri 2018-03-28 17:26:55 +01:00
parent 4a4c77cbf1
commit 20f43ca798
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <CGAL/Convex_hull_3/dual/halfspace_intersection_3.h>
#include <CGAL/Delaunay_triangulation_3.h>
#include <CGAL/convex_hull_3.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/Timer.h>
#include <CGAL/point_generators_3.h>