Add missing includes to PlayerbotAPI.cpp (Log.h, SpellAuras.h) and PlayerbotHooks.h (Position.h)
Ubuntu x64 / build (clang-17, clang++-17, <nil>, 1) (push) Canceled after 0s
Ubuntu x64 / build (clang-17, clang++-17, ccache, 0) (push) Canceled after 0s
Ubuntu x64 / build (gcc-13, g++-13, <nil>, 1) (push) Canceled after 0s
macOS arm64 / build (push) Canceled after 0s
Windows x64 / build (push) Canceled after 0s

This commit is contained in:
devbox
2026-08-11 13:53:48 +10:00
parent 8fbb8f4cb5
commit 593f36dedf
2 changed files with 3 additions and 0 deletions
@@ -36,6 +36,7 @@
#include "SocialMgr.h" // SOCIAL_FLAG_FRIEND/IGNORED for friend ops
#include "CalendarMgr.h" // sCalendarMgr for calendar_rsvp_all_pending
#include "SpellAuraDefines.h"
#include "SpellAuras.h"
#include "Pet.h"
#include "PetAI.h"
#include "CreatureAI.h"
@@ -43,6 +44,7 @@
#include "GroupMgr.h"
#include "ChatPackets.h"
#include "Language.h"
#include "Log.h"
#include "PartyPackets.h"
#include "GameObject.h"
#include "GameObjectAI.h"
@@ -9,6 +9,7 @@
#include "Define.h"
#include "ObjectGuid.h"
#include "Position.h"
#include "SharedDefines.h"
#include <string>