summaryrefslogtreecommitdiffstatshomepage
path: root/benchmarks
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-03-08 13:09:32 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-03-08 13:09:32 +0100
commit2acbaf9daf6b980b361cd315bb8b7defa25a0d2e (patch)
tree750787b6e14f5cb4e5769388ad71ac2a99288d8c /benchmarks
parent858c1002d105eba0d97ef544f68e185bc0c68285 (diff)
fix building benchmarks (nw)
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/eminline_native.cpp1
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;