aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-06-17 00:05:25 +0200
committerShauren <shauren.trinity@gmail.com>2023-06-17 00:05:25 +0200
commita97cdfc8f5dedc4be1998f0b1667b519fb1ce33b (patch)
tree01e46394c04f7f815f381fba0f0655b19a6086c6 /src
parentcd7c5eff49bc877fd39950c94b04a1cb2168e380 (diff)
nopch build fix
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Spells/Spell.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/Spell.cpp b/src/server/game/Spells/Spell.cpp
index 998c7662098..be3ab7416a2 100644
--- a/src/server/game/Spells/Spell.cpp
+++ b/src/server/game/Spells/Spell.cpp
@@ -22,6 +22,7 @@
#include "Battleground.h"
#include "BattlePetMgr.h"
#include "CellImpl.h"
+#include "CollectionMgr.h"
#include "CombatLogPackets.h"
#include "Common.h"
#include "ConditionMgr.h"