patch 8.2.4015: build failure with tiny features

Problem:    Build failure with tiny features. (Tony Mechelynck)
Solution:   Adjust #ifdefs.
diff --git a/src/version.c b/src/version.c
index dcebe58..d331c87 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4015,
+/**/
     4014,
 /**/
     4013,