diff --git a/include/fast_float/float_common.h b/include/fast_float/float_common.h index 286bd18..33d5a61 100644 --- a/include/fast_float/float_common.h +++ b/include/fast_float/float_common.h @@ -84,7 +84,8 @@ using parse_options = parse_options_t; #endif #endif -#if ((defined(_WIN32) || defined(_WIN64)) && !defined(__clang__)) +#if ((defined(_WIN32) || defined(_WIN64)) && !defined(__clang__)) || \ + (defined(_M_ARM64) && !defined(__MINGW32__)) #include #endif