summarylogtreecommitdiffstats
path: root/0002-stdint.patch
diff options
context:
space:
mode:
authorsoloturn2023-05-20 12:54:34 +0200
committersoloturn2023-05-20 12:54:34 +0200
commitdbf69c3ae7a7dfbdcd2018e5f52c90ce0b8973b9 (patch)
tree84752ce92570dc2a4a342644db98e313856c5880 /0002-stdint.patch
parent87b5fdca1a4857813e9a762411e6d2ffbd047631 (diff)
downloadaur-dbf69c3ae7a7dfbdcd2018e5f52c90ce0b8973b9.tar.gz
patch llvm-project Signals.h from upstream
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 {