From 2ccb0f732020d5f4c9929e01cb813452692bf3f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 2 Apr 2025 09:06:49 +0200 Subject: [PATCH] add missing include directive --- Convex_hull_3/include/CGAL/convex_hull_3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Convex_hull_3/include/CGAL/convex_hull_3.h b/Convex_hull_3/include/CGAL/convex_hull_3.h index ef7721388ac..a463f7aabd8 100644 --- a/Convex_hull_3/include/CGAL/convex_hull_3.h +++ b/Convex_hull_3/include/CGAL/convex_hull_3.h @@ -46,6 +46,7 @@ #include #include #include +#include #include