patch 8.2.1057: cannot build with dynamic Lua

Problem:    Cannot build with dynamic Lua.
Solution:   Add dll variables.
diff --git a/src/version.c b/src/version.c
index 90a523e..144e57b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1057,
+/**/
     1056,
 /**/
     1055,