aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2017-12-21 21:17:07 +0100
committerjackpoz <giacomopoz@gmail.com>2017-12-21 21:17:07 +0100
commit9a515c29bab2dadec011f40e4f824bd9409528d4 (patch)
tree066d7377f8d5c80490c267558f5dbf33d7f19383 /src
parent828c5d08e758385519955201b909a0d9a578715d (diff)
Scripts/Stratholme: Add missing header for no-pch build
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp b/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp
index 34847124836..658c9dd62b7 100644
--- a/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp
+++ b/src/server/scripts/EasternKingdoms/Stratholme/instance_stratholme.cpp
@@ -32,6 +32,7 @@ EndScriptData */
#include "InstanceScript.h"
#include "Log.h"
#include "Map.h"
+#include "MotionMaster.h"
#include "Player.h"
#include "stratholme.h"