blob: 9c56cbca4203b3f64bccfe3bc6245e1f63efffb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Provided by tobtoht, see https://codeberg.org/guix/guix/issues/1234#issuecomment-5838284
diff --git a/include/llvm/Support/Signals.h b/include/llvm/Support/Signals.h
index e0a18e72..c66ea8b3 100644
--- a/include/llvm/Support/Signals.h
+++ b/include/llvm/Support/Signals.h
@@ -15,6 +15,7 @@
#define LLVM_SUPPORT_SIGNALS_H
#include <string>
+#include <cstdint>
namespace llvm {
class StringRef;
|