diff options
author | Keader <keader.android@gmail.com> | 2019-08-20 06:35:02 -0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-18 21:16:51 +0100 |
commit | b7503b6c76d4b28f2883d1d2c237dfdc34216bd8 (patch) | |
tree | f83d05c2ce3d2568fc288949c188ec7f28a5aa5e | |
parent | 2d0d0a3e586460cadd855b315753e8eb6427f60f (diff) |
Fix nopch build
(cherry picked from commit 1886507e7f91249a335978e2fa1a859e93d56ffa)
-rw-r--r-- | src/server/scripts/Northrend/Gundrak/boss_gal_darah.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/Gundrak/boss_gal_darah.cpp b/src/server/scripts/Northrend/Gundrak/boss_gal_darah.cpp index bdabdfddbfb..be62c459251 100644 --- a/src/server/scripts/Northrend/Gundrak/boss_gal_darah.cpp +++ b/src/server/scripts/Northrend/Gundrak/boss_gal_darah.cpp @@ -17,6 +17,7 @@ #include "ScriptMgr.h" #include "gundrak.h" +#include "InstanceScript.h" #include "ObjectAccessor.h" #include "ScriptedCreature.h" #include "SpellInfo.h" |