diff options
author | 2016-03-08 13:09:32 +0100 | |
---|---|---|
committer | 2016-03-08 13:09:32 +0100 | |
commit | 2acbaf9daf6b980b361cd315bb8b7defa25a0d2e (patch) | |
tree | 750787b6e14f5cb4e5769388ad71ac2a99288d8c | |
parent | 858c1002d105eba0d97ef544f68e185bc0c68285 (diff) |
fix building benchmarks (nw)
-rw-r--r-- | benchmarks/eminline_native.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/eminline_native.cpp b/benchmarks/eminline_native.cpp index d5f622075b6..9402532fddb 100644 --- a/benchmarks/eminline_native.cpp +++ b/benchmarks/eminline_native.cpp @@ -1,5 +1,6 @@ #include "benchmark/benchmark_api.h" #include "osdcomm.h" +#include "osdcore.h" #include "eminline.h" static void BM_count_leading_zeros_native(benchmark::State& state) { UINT32 cnt = 0x332533; |