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
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user