patch 8.2.1245: build failure in tiny version

Problem:    Build failure in tiny version.
Solution:   Add #ifdef.
diff --git a/src/version.c b/src/version.c
index c8dab65..24ce5e8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1245,
+/**/
     1244,
 /**/
     1243,