Add Orthtree.h include so that Node.h compiles

This commit is contained in:
Simon Giraudot 2021-03-04 08:29:24 +01:00
parent e95dea12cd
commit 0b1d696c97
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <CGAL/license/Orthtree.h>
#include <CGAL/Orthtree.h>
#include <boost/range/iterator_range.hpp>