diff options
Diffstat (limited to 'libcxx/utils/google-benchmark/src/cycleclock.h')
-rw-r--r-- | libcxx/utils/google-benchmark/src/cycleclock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/google-benchmark/src/cycleclock.h b/libcxx/utils/google-benchmark/src/cycleclock.h index e0f9b01f9d3..4251fe4c32a 100644 --- a/libcxx/utils/google-benchmark/src/cycleclock.h +++ b/libcxx/utils/google-benchmark/src/cycleclock.h @@ -23,7 +23,7 @@ #include <cstdint> -#include "benchmark/macros.h" +#include "benchmark/benchmark.h" #include "internal_macros.h" #if defined(BENCHMARK_OS_MACOSX) |