Summary: Hopefully resolves https://github.com/facebook/infer/issues/1407 Signed-off-by: Andrew V. Jones <andrewvaughanj@gmail.com> Pull Request resolved: https://github.com/facebook/infer/pull/1409 Reviewed By: skcho Differential Revision: D27079201 Pulled By: jvillard fbshipit-source-id: d5777a35cmaster
parent
b352b2c61b
commit
0ada579f31
@ -0,0 +1,10 @@
|
||||
--- a/llvm-project/llvm/utils/benchmark/src/benchmark_register.h
|
||||
+++ b/llvm-project/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"
|
Loading…
Reference in new issue