Add partial_sort to algorithm.hpp.

This commit is contained in:
Yury Melnichek 2011-09-25 03:38:41 +02:00 committed by Alex Zolotarev
parent 96ada73020
commit 24cd06a9b2

View file

@ -17,6 +17,7 @@ using std::min;
using std::next_permutation;
using std::sort;
using std::stable_sort;
using std::partial_sort;
using std::swap;
using std::upper_bound;
using std::unique;