diff options
author | megamage <none@none> | 2008-12-11 12:58:43 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-11 12:58:43 -0600 |
commit | f2028e1583bf935fc3d096748d5b07428cdcaa00 (patch) | |
tree | 757e8935a9ce859e3b2410f2ccf554d6d7b2f5a2 /src | |
parent | d36413043b68007ec087e317d155f948ef569def (diff) |
*Fix compile in Linux.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/WaypointMovementGenerator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/WaypointMovementGenerator.cpp b/src/game/WaypointMovementGenerator.cpp index e1ce805aa0b..68c63827883 100644 --- a/src/game/WaypointMovementGenerator.cpp +++ b/src/game/WaypointMovementGenerator.cpp @@ -20,6 +20,7 @@ #include <ctime> #include "WaypointMovementGenerator.h" +#include "DestinationHolderImp.h" //Accessors #include "Database/DatabaseEnv.h" #include "ObjectMgr.h" |