patch 8.2.1405: Vim9: vim9compile.c is getting too big

Problem:    Vim9: vim9compile.c is getting too big.
Solution:   Split off type code to vim9type.c.
diff --git a/src/version.c b/src/version.c
index 4adf44f..168ee02 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1405,
+/**/
     1404,
 /**/
     1403,