diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-08-20 23:19:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-20 17:19:16 -0400 |
| commit | ac2224f095367073c53f9fd719eee3884d7b67ab (patch) | |
| tree | 90c9fcd629b13e0c1e097314acff573922d43639 /src/code/z_common_data.c | |
| parent | 3e516f48f3d9af02909ccab8092743a4e1e8323d (diff) | |
Add versions.h (#2060)
Diffstat (limited to 'src/code/z_common_data.c')
| -rw-r--r-- | src/code/z_common_data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/z_common_data.c b/src/code/z_common_data.c index 08e018495..f3432db45 100644 --- a/src/code/z_common_data.c +++ b/src/code/z_common_data.c @@ -1,5 +1,6 @@ #include "global.h" #include "region.h" +#include "versions.h" #pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128" |
