add missing protection

This commit is contained in:
Sébastien Loriot 2025-09-09 20:11:25 +02:00
parent 616b2828b2
commit 766be48f1b
1 changed files with 2 additions and 0 deletions

View File

@ -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 <CGAL/test_FPU_rounding_mode_impl.h>
#endif
#endif // CGAL_HEADER_ONLY
#endif // CGAL_FPU_H