From 8faa4f71bc1577a09b6eac5bb1b864b14dee8ff6 Mon Sep 17 00:00:00 2001 From: Yury Melnichek Date: Sat, 3 Sep 2011 16:16:23 +0200 Subject: [PATCH] Use std::find in std/algorithm.hpp --- std/algorithm.hpp | 1 + 1 file changed, 1 insertion(+) 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 using std::equal; +using std::find; using std::lexicographical_compare; using std::lower_bound; using std::max;