10 lines
212 B
Diff
10 lines
212 B
Diff
![]() |
--- a/llvm/utils/benchmark/src/benchmark_register.h
|
||
|
+++ b/llvm/utils/benchmark/src/benchmark_register.h
|
||
|
@@ -2,6 +2,7 @@
|
||
|
#define BENCHMARK_REGISTER_H
|
||
|
|
||
|
#include <vector>
|
||
|
+#include <limits>
|
||
|
|
||
|
#include "check.h"
|