From 1cc1831e4f75f685d5127dfdd1718bb964a855e9 Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 30 Aug 2009 09:54:35 -0500 Subject: *Fix buld for some compilers. --HG-- branch : trunk --- src/game/MotionMaster.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 +#include "SharedDefines.h" +#include "Object.h" class MovementGenerator; class Unit; -- cgit v1.2.3