mirror of https://github.com/google/benchmark.git
merge
This commit is contained in:
commit
47fa9ba1a3
|
@ -136,9 +136,11 @@ BENCHMARK(BM_MultiThreaded)->Threads(4);
|
|||
#define BENCHMARK_BENCHMARK_H_
|
||||
|
||||
#include <cassert>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "macros.h"
|
||||
|
|
Loading…
Reference in New Issue