diff --git a/cli/xsum_bench.c b/cli/xsum_bench.c index 25678177..2285bb09 100644 --- a/cli/xsum_bench.c +++ b/cli/xsum_bench.c @@ -31,6 +31,9 @@ # define XXH_STATIC_LINKING_ONLY #endif #include "../xxhash.h" +#ifdef XXHSUM_DISPATCH +# include "../xxh_x86dispatch.h" /* activate _dispatch() redirectors */ +#endif #include /* malloc, free */ #include