Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--search/nearby_points_sweeper.hpp1
1 files changed, 1 insertions, 0 deletions
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"