forked from OSchip/llvm-project
Revert "[Support] Don't include <algorithm> in Hashing.h"
This reverts commit ef620c40f3
.
- `std::rotate` still needs <alogirthm>
This commit is contained in:
parent
ef620c40f3
commit
853da5977e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue