diff --git a/std/algorithm.hpp b/std/algorithm.hpp index 2a60b83e61..803e110249 100644 --- a/std/algorithm.hpp +++ b/std/algorithm.hpp @@ -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;