diff --git a/include/fast_float/float_common.h b/include/fast_float/float_common.h index 5ea8764..ad0854d 100644 --- a/include/fast_float/float_common.h +++ b/include/fast_float/float_common.h @@ -50,7 +50,11 @@ #elif defined(sun) || defined(__sun) #include #else +#ifdef __has_include +#if __has_include() #include +#endif //__has_include() +#endif //__has_include #endif # #ifndef __BYTE_ORDER__