From f9afd67585c5eabca29489e99309a7ffc52f53fc Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Tue, 10 Nov 2020 14:55:25 +0100 Subject: [PATCH] [PATCH] [nfc] Fix missing include Origin: backport, https://github.com/llvm/llvm-project/commit/b498303066a63a203d24f739b2d2e0e56dca70d1 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-11/+bug/1939424 Applied-Upstream: 12.0.0 Reviewed-By: Sergio Durigan Junior Gbp-Pq: Name fix-missing-include-limit.patch --- llvm/utils/benchmark/src/benchmark_register.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/utils/benchmark/src/benchmark_register.h b/llvm/utils/benchmark/src/benchmark_register.h index 0705e219f..4caa5ad4d 100644 --- a/llvm/utils/benchmark/src/benchmark_register.h +++ b/llvm/utils/benchmark/src/benchmark_register.h @@ -1,6 +1,7 @@ #ifndef BENCHMARK_REGISTER_H #define BENCHMARK_REGISTER_H +#include #include #include "check.h" -- 2.30.2