mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Revert "[Support] Don't include <algorithm> in Hashing.h"
This reverts commit ef620c40f371e7e3269bd8bef57d069330baa355. - `std::rotate` still needs <alogirthm>
This commit is contained in:
parent
dc7501d92f
commit
bbe8cc2bce
@ -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
Block a user