Fixes compilation issue on Macs

ba141ac0d9 renamed OS_MACOSX -> BENCHMARK_OS_MACOSX,
except for an include guard in src/cycleclock.h
This commit is contained in:
Mayeul d'Avezac 2015-10-08 18:35:06 +01:00
parent e2327733e6
commit da80193de9

View File

@ -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