mirror of https://github.com/google/benchmark.git
fix minimal_benchmark.h include
This commit is contained in:
parent
8e72846da4
commit
d71660227b
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include <cstddef>
|
||||
|
||||
#include "benchmark/minimal_benchmark.h"
|
||||
#include "benchmark/benchmark_api.h"
|
||||
|
||||
#define BASIC_BENCHMARK_TEST(x) \
|
||||
BENCHMARK(x)->Arg(8)->Arg(512)->Arg(8192)
|
||||
|
|
Loading…
Reference in New Issue