patch 8.2.0057: cannot build with small features

Problem:    Cannot build with small features.
Solution:   Add #ifdefs.
diff --git a/src/version.c b/src/version.c
index 984ac7b..885e6bf 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    57,
+/**/
     56,
 /**/
     55,