diff --git a/include/benchmark/benchmark.h b/include/benchmark/benchmark.h index 5f15fa18..8f5b2199 100644 --- a/include/benchmark/benchmark.h +++ b/include/benchmark/benchmark.h @@ -136,9 +136,11 @@ BENCHMARK(BM_MultiThreaded)->Threads(4); #define BENCHMARK_BENCHMARK_H_ #include +#include #include #include +#include #include #include "macros.h"