[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
2 changed files with 2 additions and 0 deletions
+1
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;