add missing include directives

This commit is contained in:
Sébastien Loriot 2016-10-31 14:50:20 +01:00
parent 1c400420ce
commit 117ea03d92
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@
#include <CGAL/Nef_3/shell_to_nef_3.h>
#include <CGAL/Polyhedron_incremental_builder_3.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/boost/graph/graph_traits_Polyhedron_3.h>
#include <CGAL/boost/graph/properties_Polyhedron_3.h>
#include <CGAL/Nef_3/SNC_point_locator.h>
#include <CGAL/assertions.h>