Skip to content

Commit

Permalink
Fix GCC build: missing include
Browse files Browse the repository at this point in the history
(based on cmangos/mangos-wotlk@9d9d1baa8)

Signed-off-by: Xfurry <xfurry.cmangos@outlook.com>
  • Loading branch information
Warlockbugs authored and xfurry committed Jan 2, 2018
1 parent 9a56e25 commit 1b48344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/BattleGround/BattleGroundSA.cpp
Expand Up @@ -17,6 +17,7 @@
*/

#include "Player.h"
#include "GameObject.h"
#include "BattleGround.h"
#include "BattleGroundSA.h"
#include "Language.h"
Expand Down

0 comments on commit 1b48344

Please sign in to comment.