From: serge-sans-paille Date: Tue, 10 Nov 2020 13:55:25 +0000 (+0100) Subject: [PATCH] [nfc] Fix missing include X-Git-Tag: archive/raspbian/1%11.1.0-4+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f9afd67585c5eabca29489e99309a7ffc52f53fc;p=llvm-toolchain-11.git [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 --- 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"