Revert "[Support] Don't include <algorithm> in Hashing.h"

This reverts commit ef620c40f3.

- `std::rotate` still needs <alogirthm>
This commit is contained in:
Michael Liao 2021-04-16 12:17:42 -04:00
parent ef620c40f3
commit 853da5977e
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/SwapByteOrder.h"
#include "llvm/Support/type_traits.h"
#include <algorithm>
#include <cassert>
#include <cstring>
#include <string>