Use std::find in std/algorithm.hpp

This commit is contained in:
Yury Melnichek 2011-09-03 16:16:23 +02:00 committed by Alex Zolotarev
parent 561b6b077c
commit 8faa4f71bc

View file

@ -8,6 +8,7 @@
#include <algorithm>
using std::equal;
using std::find;
using std::lexicographical_compare;
using std::lower_bound;
using std::max;