diff options
author | silver1ce <none@none> | 2010-02-27 18:28:17 +0200 |
---|---|---|
committer | silver1ce <none@none> | 2010-02-27 18:28:17 +0200 |
commit | 6ed27c17a2f31db6c838897a1c6f916f3f15af88 (patch) | |
tree | 4afc4a210e35d07e534ba50ba9f468b34ddac9bc /src/game/GridNotifiers.cpp | |
parent | 6fdb1bfb4f65bbdb1f899504bb9f6466896190fd (diff) |
trying to fix comple on *nixes
--HG--
branch : trunk
Diffstat (limited to 'src/game/GridNotifiers.cpp')
-rw-r--r-- | src/game/GridNotifiers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GridNotifiers.cpp b/src/game/GridNotifiers.cpp index 91b70467a93..35aff8a7274 100644 --- a/src/game/GridNotifiers.cpp +++ b/src/game/GridNotifiers.cpp @@ -26,6 +26,7 @@ #include "Map.h" #include "Transports.h" #include "ObjectAccessor.h" +#include "CellImpl.h" using namespace Trinity; |