diff options
Diffstat (limited to 'meta/recipes-devtools/rust/rust-llvm/0001-nfc-Fix-missing-include.patch')
| -rw-r--r-- | meta/recipes-devtools/rust/rust-llvm/0001-nfc-Fix-missing-include.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-devtools/rust/rust-llvm/0001-nfc-Fix-missing-include.patch b/meta/recipes-devtools/rust/rust-llvm/0001-nfc-Fix-missing-include.patch deleted file mode 100644 index f6dee77ab2..0000000000 --- a/meta/recipes-devtools/rust/rust-llvm/0001-nfc-Fix-missing-include.patch +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | From 3b7e611bd58ba842470d17374c550e14bceca5c7 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: serge-sans-paille <sguelton@redhat.com> | ||
| 3 | Date: Tue, 10 Nov 2020 14:55:25 +0100 | ||
| 4 | Subject: [PATCH] [nfc] Fix missing include | ||
| 5 | |||
| 6 | Upstream-Status: Backport [https://github.com/llvm/llvm-project/commit/b498303066a63a203d24f739b2d2e0e56dca70d1] | ||
| 7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 8 | --- | ||
| 9 | llvm/utils/benchmark/src/benchmark_register.h | 1 + | ||
| 10 | 1 file changed, 1 insertion(+) | ||
| 11 | |||
| 12 | diff --git a/llvm/utils/benchmark/src/benchmark_register.h b/llvm/utils/benchmark/src/benchmark_register.h | ||
| 13 | index 0705e219f2fa..4caa5ad4da07 100644 | ||
| 14 | --- a/llvm/utils/benchmark/src/benchmark_register.h | ||
| 15 | +++ b/llvm/utils/benchmark/src/benchmark_register.h | ||
| 16 | @@ -1,6 +1,7 @@ | ||
| 17 | #ifndef BENCHMARK_REGISTER_H | ||
| 18 | #define BENCHMARK_REGISTER_H | ||
| 19 | |||
| 20 | +#include <limits> | ||
| 21 | #include <vector> | ||
| 22 | |||
| 23 | #include "check.h" | ||
| 24 | -- | ||
| 25 | 2.30.1 | ||
| 26 | |||
