From: Matthias Braun Date: Thu, 29 Apr 2004 10:45:24 +0000 (+0000) Subject: added missing #include X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=82eb47b0960953a191d9dc0f800a9b890984cbd8;p=supertux.git added missing #include SVN-Revision: 834 --- diff --git a/src/gameobjs.cpp b/src/gameobjs.cpp index d185556af..4909308ad 100644 --- a/src/gameobjs.cpp +++ b/src/gameobjs.cpp @@ -18,7 +18,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA // 02111-1307, USA. - +#include #include "world.h" #include "tile.h" #include "gameloop.h"