From a484bfa35a3c5f9b82a0de8a852a66acaa32ec72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 12 Jan 2024 09:12:09 +0100 Subject: [PATCH] add missing include directives --- Number_types/test/Number_types/to_interval_test.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Number_types/test/Number_types/to_interval_test.cpp b/Number_types/test/Number_types/to_interval_test.cpp index 59752059bf6..69ae3969e5b 100644 --- a/Number_types/test/Number_types/to_interval_test.cpp +++ b/Number_types/test/Number_types/to_interval_test.cpp @@ -3,6 +3,9 @@ #include // That one should not be needed in the long term: +#include +#include +#include #include #ifdef CGAL_USE_LEDA