patch 8.2.1814: missing change to remove "static"

Problem:    Missing change to remove "static".
Solution:   Add the change.
diff --git a/src/version.c b/src/version.c
index 7d62814..238113f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1814,
+/**/
     1813,
 /**/
     1812,