summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/llvm-13-gcc-14.patch
blob: a7697b01d008b9e14b100088da49c7a1af43f28c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
See:  https://github.com/smlnj/smlnj/issues/279

--- llvm-13.0.1.src/include/llvm/Support/Signals.h.orig	2024-12-08 14:34:21.338967469 +0100
+++ llvm-13.0.1.src/include/llvm/Support/Signals.h	2024-12-08 14:32:22.486780827 +0100
@@ -14,6 +14,7 @@
 #ifndef LLVM_SUPPORT_SIGNALS_H
 #define LLVM_SUPPORT_SIGNALS_H
 
+#include <cstdint>
 #include <string>
 
 namespace llvm {