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:
authorYuri Gorshenin <y@maps.me>2016-03-22 15:20:53 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:59:28 +0300
commitb45d9c8158a8befd5133b533186535277ad0d3b3 (patch)
tree4abd7ea0bda19cf753a7eeec4e026d02d6547043 /std
parentb09956346515987c204809266ba5f849a4c155bb (diff)
[search] Fixed geometry caches.
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 8c49244ac3..46d9c64fef 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -17,6 +17,7 @@ using std::find_first_of;
using std::find_if;
using std::for_each;
using std::is_sorted;
+using std::iter_swap;
using std::lexicographical_compare;
using std::lower_bound;
using std::max;