From 766be48f1be41874a8944d7c8d96a66af59434e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 9 Sep 2025 20:11:25 +0200 Subject: [PATCH] add missing protection --- Number_types/include/CGAL/FPU.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Number_types/include/CGAL/FPU.h b/Number_types/include/CGAL/FPU.h index 927c2d4e29e..d8fab44501b 100644 --- a/Number_types/include/CGAL/FPU.h +++ b/Number_types/include/CGAL/FPU.h @@ -628,7 +628,9 @@ inline double IA_sqrt_toward_zero(double d) { } //namespace CGAL #ifdef CGAL_HEADER_ONLY +#ifndef CGAL_DISABLE_ROUNDING_MATH_CHECK #include +#endif #endif // CGAL_HEADER_ONLY #endif // CGAL_FPU_H