From fc6627226ff95db348aec3b82476ba4ce011611e Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Thu, 14 Sep 2023 15:03:38 +0200 Subject: [PATCH] fix include of boost range size --- .../boost/geometry/algorithms/discrete_hausdorff_distance.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/geometry/algorithms/discrete_hausdorff_distance.hpp b/include/boost/geometry/algorithms/discrete_hausdorff_distance.hpp index 4c00d86021..224176affd 100644 --- a/include/boost/geometry/algorithms/discrete_hausdorff_distance.hpp +++ b/include/boost/geometry/algorithms/discrete_hausdorff_distance.hpp @@ -46,6 +46,8 @@ #include #include +#include + // Note that in order for this to work umbrella strategy has to contain // index strategies. #ifdef BOOST_GEOMETRY_ENABLE_SIMILARITY_RTREE