Fixed gcc3.4.x compilation.
authorTobias Gläßer <tobi.web@gmx.de>
Tue, 13 Jul 2004 19:11:04 +0000 (19:11 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Tue, 13 Jul 2004 19:11:04 +0000 (19:11 +0000)
SVN-Revision: 1572

src/collision.cpp
src/tile.cpp
src/title.cpp

index 3d16983..716c05a 100644 (file)
@@ -18,6 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
 
+#include <cmath>
 #include "defines.h"
 #include "collision.h"
 #include "bitmask.h"
index d96fb68..13f699e 100644 (file)
@@ -18,6 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
 
+#include <cmath>
 #include <cassert>
 #include <iostream>
 
index 730dbf7..71d6bcc 100644 (file)
@@ -25,6 +25,7 @@
 #include <string.h>
 #include <errno.h>
 #include <unistd.h>
+#include <cmath>
 #include <SDL.h>
 #include <SDL_image.h>
 
@@ -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"