Fix #include

This commit is contained in:
Andreas Fabri 2018-05-25 10:27:45 +01:00
parent 71ccb7d576
commit 5af63b5893
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
// include this to get #define BOOST_PARAMETER_MAX_ARITY 12
// as otherwise it gets set via inclusion of Polyhedron_3.h
#include <CGAL/Mesh_3/global_parameters.h>
#include <CGAL/boost/parameter.h>
#include <CGAL/Default.h>
#include "Polyhedron_type.h"