Commit f7022075 by Dominic Hamon

Merge pull request #152 from mdavezac/master

Fixes compilation issue on Macs
parents e2327733 da80193d
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "benchmark/macros.h" #include "benchmark/macros.h"
#include "internal_macros.h" #include "internal_macros.h"
#if defined(OS_MACOSX) #if defined(BENCHMARK_OS_MACOSX)
#include <mach/mach_time.h> #include <mach/mach_time.h>
#endif #endif
// For MSVC, we want to use '_asm rdtsc' when possible (since it works // 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