summarylogtreecommitdiffstats
path: root/0002-stdint.patch
blob: f18fd140620ca7fe544328821d12cf8c17f66755 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 {