Core: Fix non-PCH build

(cherry picked from commit 45cb8c90e9)
This commit is contained in:
Carbenium
2017-08-30 01:10:22 +02:00
committed by Shauren
parent 1b2dae376b
commit 4e44bc6ea2
2 changed files with 2 additions and 1 deletions

View File

@@ -26,10 +26,10 @@
*/
#include "MovementGenerator.h"
#include "Player.h"
#include "Timer.h"
class Creature;
class Player;
struct TaxiPathNodeEntry;
struct WaypointPath;

View File

@@ -18,6 +18,7 @@
#include "ScriptMgr.h"
#include "azjol_nerub.h"
#include "InstanceScript.h"
#include "Map.h"
#include "MotionMaster.h"
#include "ObjectAccessor.h"
#include "ScriptedCreature.h"