Skip to content

Commit

Permalink
Fix missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
0blu committed Dec 7, 2024
1 parent 8f100ab commit 4be3b7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/game/Spells/Spell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include "DynamicObject.h"
#include "Group.h"
#include "MapManager.h"
#include "ScriptMgr.h"
#include "ObjectAccessor.h"
#include "SharedDefines.h"
#include "LootMgr.h"
Expand Down
2 changes: 2 additions & 0 deletions src/game/Spells/Spell.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@

#include <memory>


struct SpellScript;
class WorldSession;
class WorldPacket;
class DynamicObj;
Expand Down
1 change: 1 addition & 0 deletions src/game/Spells/SpellMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include "World.h"
#include "Chat.h"
#include "Spell.h"
#include "ScriptMgr.h"
#include "BattleGroundMgr.h"
#include "MapManager.h"
#include "Unit.h"
Expand Down

0 comments on commit 4be3b7b

Please sign in to comment.