diff --git a/src/Support/SmallFPConversion.h b/src/Support/SmallFPConversion.h index c8ea09f032..acbf96e2b1 100644 --- a/src/Support/SmallFPConversion.h +++ b/src/Support/SmallFPConversion.h @@ -12,6 +12,10 @@ #include +#ifdef __MVS__ +#define static_assert _Static_assert +#endif + #ifdef __cplusplus extern "C" { #endif