From: Christoph Sommer Date: Fri, 12 May 2006 22:43:12 +0000 (+0000) Subject: Seems like I forgot an include X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=0e30fd4c781d35883e08e22b0f8124a41bb50cac;p=supertux.git Seems like I forgot an include SVN-Revision: 3508 --- diff --git a/src/object/moving_sprite.cpp b/src/object/moving_sprite.cpp index 3b3e7d73b..193d856b4 100644 --- a/src/object/moving_sprite.cpp +++ b/src/object/moving_sprite.cpp @@ -18,6 +18,7 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include +#include #include "moving_sprite.hpp" #include "video/drawing_context.hpp"