From fe76b2b7a7d2238fd555cedf8060b77d535ee15a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Gl=C3=A4=C3=9Fer?= Date: Tue, 13 Jul 2004 19:11:04 +0000 Subject: [PATCH] Fixed gcc3.4.x compilation. SVN-Revision: 1572 --- src/collision.cpp | 1 + src/tile.cpp | 1 + src/title.cpp | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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" -- 2.11.0