patch 8.2.1196: build failure with normal features

Problem:    Build failure with normal features.
Solution:   Add #ifdef.
diff --git a/src/version.c b/src/version.c
index b7555b7..34acc6b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1196,
+/**/
     1195,
 /**/
     1194,