fix building benchmarks (nw)

This commit is contained in:
Miodrag Milanovic 2016-03-08 13:09:32 +01:00
parent 858c1002d1
commit 2acbaf9daf

View File

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