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:
authorvng <viktor.govako@gmail.com>2016-01-12 16:03:54 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:32 +0300
commitad94413e8581d428c03f22af4ef3382f6241d31c (patch)
treef23f0e5d20cc81ae8692607e9b2d93d72e39b125 /std
parent39d7c7ef32a9c1e4f1e569cdbb5ae24da23a759d (diff)
Review fixes.
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 9e7b7e75f8..7ee4f69483 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -23,6 +23,7 @@ using std::max;
using std::max_element;
using std::min;
using std::next_permutation;
+using std::nth_element;
using std::partial_sort;
using std::remove_if;
using std::replace;