From fb4b4f772e270033560e429a694376caa03a3f52 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Sat, 31 Dec 2011 00:11:49 +0100 Subject: [PATCH] Fix Windows 64 build Broken by previous patch. No functional change. Signed-off-by: Marco Costalba --- src/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.h b/src/types.h index 90793806..5c9fed88 100644 --- a/src/types.h +++ b/src/types.h @@ -65,6 +65,7 @@ typedef unsigned __int64 uint64_t; #endif #if defined(_WIN64) +# include // MSVC popcnt and bsfq instrinsics # define IS_64BIT # define USE_BSFQ #endif -- 2.39.2