From: Tobias Gläßer Date: Tue, 13 Jul 2004 19:11:04 +0000 (+0000) Subject: Fixed gcc3.4.x compilation. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=fe76b2b7a7d2238fd555cedf8060b77d535ee15a;p=supertux.git Fixed gcc3.4.x compilation. SVN-Revision: 1572 --- diff --git a/src/collision.cpp b/src/collision.cpp index 3d1698354..716c05aa5 100644 --- a/src/collision.cpp +++ b/src/collision.cpp @@ -18,6 +18,7 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA // 02111-1307, USA. +#include #include "defines.h" #include "collision.h" #include "bitmask.h" diff --git a/src/tile.cpp b/src/tile.cpp index d96fb6810..13f699e98 100644 --- a/src/tile.cpp +++ b/src/tile.cpp @@ -18,6 +18,7 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA // 02111-1307, USA. +#include #include #include diff --git a/src/title.cpp b/src/title.cpp index 730dbf782..71d6bcccd 100644 --- a/src/title.cpp +++ b/src/title.cpp @@ -25,6 +25,7 @@ #include #include #include +#include #include #include @@ -49,7 +50,6 @@ #include "leveleditor.h" #include "scene.h" #include "player.h" -#include "math.h" #include "tile.h" #include "sector.h" #include "tilemap.h"