From ebeac9def707749d1d97d2d7b1ade5fd68ea7d84 Mon Sep 17 00:00:00 2001 From: Vissarion Fisikopoulos Date: Thu, 31 Oct 2024 16:17:56 +0200 Subject: [PATCH] ext: Add missing header files and adjust namespace. --- .../boost/geometry/extensions/nsphere/geometries/nsphere.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/geometry/extensions/nsphere/geometries/nsphere.hpp b/include/boost/geometry/extensions/nsphere/geometries/nsphere.hpp index 5e1443cbf..35f1eedda 100644 --- a/include/boost/geometry/extensions/nsphere/geometries/nsphere.hpp +++ b/include/boost/geometry/extensions/nsphere/geometries/nsphere.hpp @@ -18,6 +18,7 @@ #include #include +#include #include @@ -57,7 +58,7 @@ public: nsphere() : m_radius(0) { - assign_value(m_center, coordinate_type()); + geometry::assign_value(m_center, coordinate_type()); } nsphere(P const& center, T const& radius)