min and max

This commit is contained in:
Kirill Zhdanovich 2013-08-05 11:32:48 +03:00
parent 9718a0eeea
commit 7b668b6b3f

View file

@ -3,3 +3,5 @@
#include <algorithm>
using std::equal;
using std::min;
using std::max;