summarylogtreecommitdiffstats
path: root/0002-stdint.patch
diff options
context:
space:
mode:
Diffstat (limited to '0002-stdint.patch')
-rw-r--r--0002-stdint.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/0002-stdint.patch b/0002-stdint.patch
new file mode 100644
index 000000000000..f18fd140620c
--- /dev/null
+++ b/0002-stdint.patch
@@ -0,0 +1,12 @@
+diff --git a/llvm/include/llvm/Support/Signals.h b/llvm/include/llvm/Support/Signals.h
+index 44f5a750ff5..937e0572d4a 100644
+--- a/llvm/include/llvm/Support/Signals.h
++++ b/llvm/include/llvm/Support/Signals.h
+@@ -14,6 +14,7 @@
+ #ifndef LLVM_SUPPORT_SIGNALS_H
+ #define LLVM_SUPPORT_SIGNALS_H
+
++#include <cstdint>
+ #include <string>
+
+ namespace llvm {