Commit da80193d by Mayeul d'Avezac

Fixes compilation issue on Macs

ba141ac0 renamed OS_MACOSX -> BENCHMARK_OS_MACOSX, except for an include guard in src/cycleclock.h
parent e2327733
......@@ -26,7 +26,7 @@
#include "benchmark/macros.h"
#include "internal_macros.h"
#if defined(OS_MACOSX)
#if defined(BENCHMARK_OS_MACOSX)
#include <mach/mach_time.h>
#endif
// For MSVC, we want to use '_asm rdtsc' when possible (since it works
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment