From: Marco Costalba Date: Fri, 30 Dec 2011 23:11:49 +0000 (+0100) Subject: Fix Windows 64 build X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=fb4b4f772e270033560e429a694376caa03a3f52;hp=f4dadee5e2fd27a32e64179f737c1c3825098ea5 Fix Windows 64 build Broken by previous patch. No functional change. Signed-off-by: Marco Costalba --- 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