diff --git a/MathExtras.h b/MathExtras.h index 9699a56ea2..decfb5036e 100644 --- a/MathExtras.h +++ b/MathExtras.h @@ -19,7 +19,7 @@ #if defined(_WIN32_WCE) && (_WIN32_WCE < 0x800) #include "windowsce/intrin.h" -#elif defined(_MSC_VER) +#elif defined(_MSC_VER) && !defined(__clang__) #include #endif