fix: add zlib.h include for uLongf
Build (Windows x64) / build (push) Canceled after 0s
Build (Windows x64) / linux-build (push) Canceled after 0s

This commit is contained in:
devbox
2026-08-15 22:24:22 +10:00
parent fd339d522c
commit 8442ae0e76
+2
View File
@@ -19,6 +19,8 @@
#include "Playerbot/PlayerbotHooks.h" #include "Playerbot/PlayerbotHooks.h"
#include "Account.h" #include "Account.h"
#include "AccountMgr.h" #include "AccountMgr.h"
#include <zlib.h>
#include "AuthenticationPackets.h" #include "AuthenticationPackets.h"
#include "AddonPackets.h" #include "AddonPackets.h"
#include "Bag.h" #include "Bag.h"