mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-11 14:25:40 +00:00
11 lines
227 B
Diff
11 lines
227 B
Diff
--- 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 {
|