[Hot Fix] Fix Linux compile due to missing include. (#2223)

- Not sure how Windows compiles, but Linux fails.
This commit is contained in:
Kinglykrab 2022-05-30 22:10:49 -04:00 committed by GitHub
parent 11369247b1
commit 02e8b125a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include "../common/packet_dump.h"
#include "../common/string_util.h"
#include "worldserver.h"
#include "string_ids.h"
extern EntityList entity_list;
extern WorldServer worldserver;

View File

@ -37,6 +37,7 @@
#include "zonedb.h"
#include "zone_store.h"
#include "dialogue_window.h"
#include "string_ids.h"
#include <iostream>
#include <limits.h>