Add missing header include

This commit is contained in:
Mael Rouxel-Labbé 2020-11-30 18:00:41 +01:00
parent a8f143d6a8
commit 47df5dc4df
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <CGAL/algorithm.h>
#include <CGAL/boost/graph/iterator.h>
#include <CGAL/boost/graph/Named_function_parameters.h>
#include <CGAL/boost/graph/named_params_helper.h>
#include <CGAL/Container_helper.h>
#include <CGAL/Dynamic_property_map.h>