Bug 1867202 - Fix missing include in clang 8. r=firefox-build-system-reviewers,ahochheiden

Differential Revision: https://phabricator.services.mozilla.com/D194952
This commit is contained in:
Mike Hommey 2023-11-30 08:48:34 +00:00
parent 5d9e274ba1
commit eba47166c7
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff --git a/llvm/utils/benchmark/src/benchmark_register.h b/llvm/utils/benchmark/src/benchmark_register.h
index 0705e219f2fa..4caa5ad4da07 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 <limits>
#include <vector>
#include "check.h"

View File

@ -4,6 +4,7 @@
"as": "/usr/bin/gcc",
"targets": "X86;WebAssembly",
"patches": [
"clang-8-missing-header.patch",
"llvmorg-10-init-136-gb288d90b39f4.patch"
]
}