~ruther/guix-local

ref: 682dedf4790a4e284ae117d481b334f04ca4ecfa guix-local/gnu/packages/patches/llvm-10-missing-include.patch -rw-r--r-- 400 bytes
682dedf4 — Nicolas Graves gnu: python-args: Improve style. 10 months ago
                                                                                
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;