Added missing includes. Fixes compilation issues when PCH is disabled.

This commit is contained in:
Bob Marley
2016-01-15 23:40:16 +00:00
parent 2e6afd5cfa
commit 5eca78460c
4 changed files with 6 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
#include "Player.h"
#include "Vehicle.h"
#include "stonecore.h"

View File

@@ -18,7 +18,9 @@
#include "ObjectGuid.h"
#include "ObjectMgr.h"
#include "ScriptMgr.h"
#include "SpellScript.h"
#include "ScriptedCreature.h"
#include "Player.h"
#include "stonecore.h"
enum Texts