diff --git a/src/Imath/half.h b/src/Imath/half.h index c4a1b032..5d1de42d 100644 --- a/src/Imath/half.h +++ b/src/Imath/half.h @@ -177,12 +177,10 @@ /// floats in question. /// -#if defined(__has_include) && defined(__x86_64__) -# if __has_include() -# include -# elif __has_include() +#ifdef _WIN32 # include -# endif +#elif defined(__x86_64__) +# include #endif #include