From 0b1d696c97da6cc0564dea92a437bc4c86badcb4 Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Thu, 4 Mar 2021 08:29:24 +0100 Subject: [PATCH] Add Orthtree.h include so that Node.h compiles --- Orthtree/include/CGAL/Orthtree/Node.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Orthtree/include/CGAL/Orthtree/Node.h b/Orthtree/include/CGAL/Orthtree/Node.h index bcfa9229f6e..b06d9469cd5 100644 --- a/Orthtree/include/CGAL/Orthtree/Node.h +++ b/Orthtree/include/CGAL/Orthtree/Node.h @@ -14,6 +14,7 @@ #include +#include #include