diff --git a/src/common/uint128.h b/src/common/uint128.h index 4780b2f9d3..18aa6d6672 100644 --- a/src/common/uint128.h +++ b/src/common/uint128.h @@ -7,6 +7,7 @@ #include #include +#ifdef ARCHITECTURE_x86_64 #ifdef _MSC_VER #include #pragma intrinsic(__umulh) @@ -15,6 +16,7 @@ #else #include #endif +#endif #include "common/common_types.h"