From 8bc01b14a92734b96c7b52649c7907b1168a445a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 29 Jun 2023 18:28:28 +0200 Subject: [PATCH] add missing include --- Random_numbers/include/CGAL/Random_impl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Random_numbers/include/CGAL/Random_impl.h b/Random_numbers/include/CGAL/Random_impl.h index 675ed05e814..3c66dc5d31c 100644 --- a/Random_numbers/include/CGAL/Random_impl.h +++ b/Random_numbers/include/CGAL/Random_impl.h @@ -23,6 +23,7 @@ #include #include #include +#include namespace CGAL {