diff --git a/test_common/harness/compat.h b/test_common/harness/compat.h index a42f2917..e8a3047e 100644 --- a/test_common/harness/compat.h +++ b/test_common/harness/compat.h @@ -112,6 +112,8 @@ int feclearexcept(int excepts); #if defined(__INTEL_COMPILER) #include +#elif __cplusplus && defined(_MSC_VER) +#include #else #include #endif