Fixed missing include

This commit is contained in:
Mael Rouxel-Labbé 2017-06-20 14:48:29 +02:00
parent d01bf4d8be
commit e653c524b6
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include <CGAL/boost/graph/properties.h>
#include <CGAL/Kernel/global_functions.h>
#include <CGAL/intersections.h>
#include <CGAL/Polygon_mesh_processing/connected_components.h>
#include <boost/foreach.hpp>
#include <boost/function_output_iterator.hpp>