diff --git a/src/util/hwf.cpp b/src/util/hwf.cpp index 5572ee252..e577e15df 100644 --- a/src/util/hwf.cpp +++ b/src/util/hwf.cpp @@ -52,8 +52,10 @@ Revision History: #ifdef USE_INTRINSICS #include +#if defined(_MSC_VER) || defined(__SSE4_1__) #include #endif +#endif hwf_manager::hwf_manager() : m_mpz_manager(m_mpq_manager)