From e91357cd7da454a054a70e37a2c9bb9ea5694344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 19 Sep 2025 15:13:50 +0200 Subject: [PATCH] Add missing header includes --- Intersections_2/include/CGAL/intersection_2.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Intersections_2/include/CGAL/intersection_2.h b/Intersections_2/include/CGAL/intersection_2.h index 4b22e327369..d793cd8d133 100644 --- a/Intersections_2/include/CGAL/intersection_2.h +++ b/Intersections_2/include/CGAL/intersection_2.h @@ -19,10 +19,14 @@ #ifndef CGAL_INTERSECTION_2_H #define CGAL_INTERSECTION_2_H +#include #include +#include #include #include #include +#include +#include #include #include