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:
authorMaxim Pimenov <m@maps.me>2015-04-08 11:43:35 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:46:37 +0300
commit7f9b0f8e2dbe29115f159187fbe6bab2f1023a50 (patch)
treee8c17514cc7b84b61ade8bc99da540761eeb8520 /std
parent27413a812e94d0fbe0d5248ec3bfd468ae485132 (diff)
[pedestrian] Rewrite of the A* algorithm.
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 761271018b..d918197c37 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -7,6 +7,7 @@
#include <algorithm>
+using std::binary_search;
using std::equal;
using std::find;
using std::find_if;