patch 8.2.4516: build failure without the +eval feature

Problem:    Build failure without the +eval feature.
Solution:   Move error message outside of #ifdef.
diff --git a/src/version.c b/src/version.c
index 4bbe08c..5895b66 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4516,
+/**/
     4515,
 /**/
     4514,