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
path: root/std
diff options
context:
space:
mode:
Diffstat (limited to 'std')
-rw-r--r--std/algorithm.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/algorithm.hpp b/std/algorithm.hpp
index 4fa70f4ad9..84e9c6e17f 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -38,6 +38,7 @@ using std::transform;
using std::push_heap;
using std::pop_heap;
using std::sort_heap;
+using std::distance;
using std::remove_copy_if;
#ifdef DEBUG_NEW