[PENNANT] Add missing #include <algorithm>.

After 2e2f3158c60 <algorithm> is not included by accident through other
includes. This breaks building with recent libc++ builds, e.g. see
https://green.lab.llvm.org/green/job/test-suite-verify-machineinstrs-x86_64h-O3/11172

Including <algorithm> explicitly fixes the build failure.
1 file changed