mirror of https://github.com/CGAL/cgal
add missing include directives
This commit is contained in:
parent
1c400420ce
commit
117ea03d92
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue