Add missing includes

This commit is contained in:
Simon Giraudot 2021-03-25 10:37:09 +01:00
parent 3b1dfc764b
commit 8094b08708
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
#include <boost/optional.hpp>
#include <CGAL/boost/graph/iterator.h>
#include <CGAL/number_utils.h>
#include <CGAL/double.h>
namespace CGAL
{