Merge pull request #152 from mdavezac/master

Fixes compilation issue on Macs
This commit is contained in:
Dominic Hamon 2015-10-08 11:22:28 -07:00
commit f7022075e0

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