7c0c9ad531
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/llvm.git#e1767ba62d4d5811103e600e13c5e3dd1068b05b
13 lines
371 B
Diff
13 lines
371 B
Diff
diff --git a/utils/benchmark/src/benchmark_register.h b/utils/benchmark/src/benchmark_register.h
|
|
index 0705e219..4caa5ad4 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"
|