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:
authorYury Melnichek <melnichek@gmail.com>2011-09-03 18:16:23 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:23:00 +0300
commit8faa4f71bc1577a09b6eac5bb1b864b14dee8ff6 (patch)
treecb73749bd999b75223c96f8c30f54c547188ab97 /std/algorithm.hpp
parent561b6b077cdaf758285ecf2c0761d5a9208458cc (diff)
Use std::find in std/algorithm.hpp
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 6f5bbc8bb9..eff073c930 100644
--- a/std/algorithm.hpp
+++ b/std/algorithm.hpp
@@ -8,6 +8,7 @@
#include <algorithm>
using std::equal;
+using std::find;
using std::lexicographical_compare;
using std::lower_bound;
using std::max;