From d67e2f78b77c0739caa8c6a915685aa8961a519c Mon Sep 17 00:00:00 2001 From: bunnei Date: Tue, 21 Jul 2015 22:54:38 -0400 Subject: Common: Added MurmurHash3 hash function for general-purpose use. --- src/common/cpu_detect_x86.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/cpu_detect_x86.cpp') diff --git a/src/common/cpu_detect_x86.cpp b/src/common/cpu_detect_x86.cpp index 2dff69b94..0bcff726d 100644 --- a/src/common/cpu_detect_x86.cpp +++ b/src/common/cpu_detect_x86.cpp @@ -7,6 +7,7 @@ #include "common_types.h" #include "cpu_detect.h" +#include "hash.h" #ifndef _WIN32 -- cgit v1.2.3