~ruther/guix-local

ref: 299794d028fa987576aab4917dd07f1a09f88fa2 guix-local/gnu/packages/patches/llvm-10-missing-include.patch -rw-r--r-- 400 bytes
299794d0 — Andreas Enge gnu: llvm: Fix build with gcc@14. 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;