From 40a08f14164208f7deb3fe8c6c16b4f4e8d7a409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 1 Sep 2023 14:52:26 +0200 Subject: [PATCH] add missing license include --- Orthtree/include/CGAL/Orthtree_traits_face_graph.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Orthtree/include/CGAL/Orthtree_traits_face_graph.h b/Orthtree/include/CGAL/Orthtree_traits_face_graph.h index cb851b1fcb3..948e5525e98 100644 --- a/Orthtree/include/CGAL/Orthtree_traits_face_graph.h +++ b/Orthtree/include/CGAL/Orthtree_traits_face_graph.h @@ -13,6 +13,8 @@ #ifndef CGAL_ORTHREE_TRAITS_FACE_GRAPH_H #define CGAL_ORTHREE_TRAITS_FACE_GRAPH_H +#include + #include #include