From 5ceb8227df596177a5c929e9d90d31b9f11146ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Wed, 22 Feb 2023 14:30:02 +0100 Subject: [PATCH] Fix missing namespace --- Straight_skeleton_2/include/CGAL/compute_outer_frame_margin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Straight_skeleton_2/include/CGAL/compute_outer_frame_margin.h b/Straight_skeleton_2/include/CGAL/compute_outer_frame_margin.h index 2a54323b534..91dc8e74f52 100644 --- a/Straight_skeleton_2/include/CGAL/compute_outer_frame_margin.h +++ b/Straight_skeleton_2/include/CGAL/compute_outer_frame_margin.h @@ -95,7 +95,7 @@ boost::optional< typename Traits::FT > compute_outer_frame_margin ( ForwardPoint if ( ! lOverflow ) { - FT lDist = inexact_sqrt(lMaxSDist) ; + FT lDist = CGAL_SS_i::inexact_sqrt(lMaxSDist) ; double approx = ceil( to_interval(lDist + ( aOffset * FT(1.05) ) ).second ); // Add a %5 gap, and ceil to get simpler values