diff --git a/src/macros.h b/src/macros.h index 16aab2e6e1..86fd60bd03 100644 --- a/src/macros.h +++ b/src/macros.h @@ -261,12 +261,13 @@ # define MESSAGE_QUEUE #endif +#include +#if defined(HAVE_MATH_H) + // for isnan() and isinf() +# include +#endif + #if defined(FEAT_EVAL) -# include -# if defined(HAVE_MATH_H) - // for isnan() and isinf() -# include -# endif # ifdef USING_FLOAT_STUFF # ifdef MSWIN # ifndef isnan diff --git a/src/version.c b/src/version.c index 8493c732ef..88888d4307 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 494, /**/ 493, /**/