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:
Diffstat (limited to 'std/algorithm.hpp')
-rw-r--r--std/algorithm.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/algorithm.hpp b/std/algorithm.hpp
index b77cd4ff4c..27a647d675 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -13,6 +13,7 @@ using std::fill;
using std::find;
using std::find_if;
using std::find_first_of;
+using std::is_sorted;
using std::lexicographical_compare;
using std::lower_bound;
using std::max;