1
0
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:
Simon Pilgrim 2020-05-08 14:21:49 +01:00
parent fbc724fa32
commit 06428d8712

View File

@ -15,6 +15,7 @@
#define LLVM_SUPPORT_ITANIUMMANGLINGCANONICALIZER_H
#include <cstddef>
#include <cstdint>
namespace llvm {