diff options
| author | Subv <s.v.h21@hotmail.com> | 2012-07-01 16:36:12 -0500 |
|---|---|---|
| committer | Subv <s.v.h21@hotmail.com> | 2012-07-01 16:36:12 -0500 |
| commit | f34bbf520ee70497af754e50330fe5057a1e0360 (patch) | |
| tree | 7ac748372198bc577dae6410d3124d39778fab12 | |
| parent | 16d4cc7e0b6431efccf0bdc7973e7d3e3c8e705f (diff) | |
Core/Scripts: More missing includes
| -rw-r--r-- | src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjalAI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjalAI.cpp b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjalAI.cpp index cdac1b18649..a407f86ba70 100644 --- a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjalAI.cpp +++ b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjalAI.cpp @@ -27,6 +27,7 @@ EndScriptData */ #include "ScriptedCreature.h" #include "ScriptedEscortAI.h" #include "GridNotifiers.h" +#include "GridNotifiersImpl.h" #include "Cell.h" #include "CellImpl.h" #include "hyjalAI.h" |
