diff options
author | XTZGZoReX <none@none> | 2010-02-27 22:16:36 +0100 |
---|---|---|
committer | XTZGZoReX <none@none> | 2010-02-27 22:16:36 +0100 |
commit | ac48523b142a57333f133f7949d727ff106ce383 (patch) | |
tree | 52a5044d42d23a6a61a26da93fd8e215e2fc718f /src | |
parent | 1ceda14d54da6108fab59621aa3e4e898f76f42f (diff) |
* Fix *nix build. By reno.
--HG--
branch : trunk
Diffstat (limited to 'src')
-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 35aff8a7274..e9e1449fa25 100644 --- a/src/game/GridNotifiers.cpp +++ b/src/game/GridNotifiers.cpp @@ -19,6 +19,7 @@ */ #include "GridNotifiers.h" +#include "GridNotifiersImpl.h" #include "WorldPacket.h" #include "WorldSession.h" #include "UpdateData.h" |