From f72f2ed6ccaf5c960e5b6f3a3e8a3e9702119c73 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Thu, 21 Oct 2021 16:05:59 +0200 Subject: Minor change. --- benchmarks/shootout2_cmap.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'benchmarks/shootout2_cmap.cpp') diff --git a/benchmarks/shootout2_cmap.cpp b/benchmarks/shootout2_cmap.cpp index e55b4f5a..10c66d89 100644 --- a/benchmarks/shootout2_cmap.cpp +++ b/benchmarks/shootout2_cmap.cpp @@ -5,6 +5,7 @@ #include "others/khash.h" #ifdef __cplusplus +#include #include #include "others/robin_hood.hpp" #include "others/skarupke/bytell_hash_map.hpp" @@ -18,7 +19,7 @@ template inline void destroy_me(C& c) { C().swap(c); } // cmap and khash template expansion #define i_key int64_t #define i_val int64_t -#define i_hash c_default_hash64 +#define i_hash c_default_hash32 #define i_tag ii #include -- cgit v1.2.3