From e7e80e591149bd894da8e55840eb52e0aa6a902c Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 17 Dec 2024 07:49:46 +0000 Subject: [PATCH] Use variable --- Kernel_23/include/CGAL/Bbox.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel_23/include/CGAL/Bbox.h b/Kernel_23/include/CGAL/Bbox.h index 803f4c0ffba0..656d3b02a660 100644 --- a/Kernel_23/include/CGAL/Bbox.h +++ b/Kernel_23/include/CGAL/Bbox.h @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include @@ -143,6 +144,7 @@ class Bbox template void init(int d, I b, I e) { + CGAL_USE(e); CGAL_assertion(d == std::distance(b,e)); for(int i=0; i