mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
ItaniumManglingCanonicalizer.h - add cstdint.h include for missing uintptr_t def
MSVC builds don't need it but everything else does.
This commit is contained in:
parent
fbc724fa32
commit
06428d8712
@ -15,6 +15,7 @@
|
||||
#define LLVM_SUPPORT_ITANIUMMANGLINGCANONICALIZER_H
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user