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