patch 8.0.0366: build fails with tiny features

Problem:    Build fails with tiny features.
Solution:   Add #ifdef.
diff --git a/src/version.c b/src/version.c
index d80a0ea..7e6438c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    366,
+/**/
     365,
 /**/
     364,