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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-27 19:02:19 +0300
committerConstantin Shalnev <c.shalnev@corp.mail.ru>2016-01-13 15:53:57 +0300
commit5a1d3f6a5d22ea4570a843c1c34e294d9e5a710c (patch)
tree9318799230014349906c7df1a874ff88ab8da812 /std
parent398cd5444fb1d4da284aeee2471770ff7574c34a (diff)
Added base functionality of gps tracks rendering
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 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;