diff options
author | megamage <none@none> | 2009-08-30 09:54:35 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-08-30 09:54:35 -0500 |
commit | 1cc1831e4f75f685d5127dfdd1718bb964a855e9 (patch) | |
tree | 090a88aaba069a59e6ac912dff762e2b853278af | |
parent | b5903fd3d824b4801252b13f614f9161410f08f2 (diff) |
*Fix buld for some compilers.
--HG--
branch : trunk
-rw-r--r-- | src/game/MotionMaster.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/MotionMaster.h b/src/game/MotionMaster.h index 9494627f166..c6755bfa167 100644 --- a/src/game/MotionMaster.h +++ b/src/game/MotionMaster.h @@ -23,6 +23,8 @@ #include "Common.h" #include <vector> +#include "SharedDefines.h" +#include "Object.h" class MovementGenerator; class Unit; |