add missing include directive

This commit is contained in:
Sébastien Loriot 2016-02-02 19:09:06 +01:00
parent 7cf081e061
commit cc01c3b40a
1 changed files with 1 additions and 1 deletions

View File

@ -1,10 +1,10 @@
#include <CGAL/Polyhedron_3.h>
#include <CGAL/Polyhedron_items_with_id_3.h>
#include <CGAL/boost/graph/graph_traits_Polyhedron_3.h>
#include <CGAL/Simple_cartesian.h>
#include <CGAL/extract_mean_curvature_flow_skeleton.h>
#include <CGAL/Polygon_mesh_processing/connected_components.h>
#include <CGAL/IO/Polyhedron_iostream.h>
#include <CGAL/boost/graph/graph_traits_Polyhedron_3.h>
#include <boost/foreach.hpp>