[PATCH] [nfc] Fix missing include
authorserge-sans-paille <sguelton@redhat.com>
Tue, 10 Nov 2020 13:55:25 +0000 (14:55 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Tue, 28 Sep 2021 10:06:50 +0000 (11:06 +0100)
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 <sergiodj@ubuntu.com>
Gbp-Pq: Name fix-missing-include-limit.patch

llvm/utils/benchmark/src/benchmark_register.h

index 0705e219f2fa2a7d11a758a354386a40adc8db43..4caa5ad4da0796da5d5d319a4eaec8c5968b797e 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef BENCHMARK_REGISTER_H
 #define BENCHMARK_REGISTER_H
 
+#include <limits>
 #include <vector>
 
 #include "check.h"