diff --git a/search/nearby_points_sweeper.hpp b/search/nearby_points_sweeper.hpp index 3bf6db6e2b..cfea4f3013 100644 --- a/search/nearby_points_sweeper.hpp +++ b/search/nearby_points_sweeper.hpp @@ -3,6 +3,7 @@ #include "base/assert.hpp" #include "std/algorithm.hpp" +#include "std/cmath.hpp" #include "std/cstdint.hpp" #include "std/limits.hpp" #include "std/set.hpp"