Index: supertux-0.1.3/src/badguy.cpp =================================================================== --- supertux-0.1.3.orig/src/badguy.cpp +++ supertux-0.1.3/src/badguy.cpp @@ -21,6 +21,7 @@ // 02111-1307, USA. #include +#include #include #include "globals.h" Index: supertux-0.1.3/src/configfile.cpp =================================================================== --- supertux-0.1.3.orig/src/configfile.cpp +++ supertux-0.1.3/src/configfile.cpp @@ -18,7 +18,7 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include -#include +#include #include "configfile.h" #include "setup.h" #include "globals.h" Index: supertux-0.1.3/src/gameobjs.cpp =================================================================== --- supertux-0.1.3.orig/src/gameobjs.cpp +++ supertux-0.1.3/src/gameobjs.cpp @@ -19,6 +19,7 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA // 02111-1307, USA. #include +#include #include "world.h" #include "tile.h" #include "gameloop.h" Index: supertux-0.1.3/src/particlesystem.cpp =================================================================== --- supertux-0.1.3.orig/src/particlesystem.cpp +++ supertux-0.1.3/src/particlesystem.cpp @@ -20,6 +20,7 @@ #include "particlesystem.h" #include +#include #include #include "globals.h" #include "world.h" Index: supertux-0.1.3/src/sprite_manager.cpp =================================================================== --- supertux-0.1.3.orig/src/sprite_manager.cpp +++ supertux-0.1.3/src/sprite_manager.cpp @@ -18,6 +18,7 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include +#include #include "lispreader.h" #include "sprite_manager.h" Index: supertux-0.1.3/src/tile.cpp =================================================================== --- supertux-0.1.3.orig/src/tile.cpp +++ supertux-0.1.3/src/tile.cpp @@ -21,6 +21,7 @@ #include "tile.h" #include "scene.h" #include "assert.h" +#include TileManager* TileManager::instance_ = 0; std::set* TileManager::tilegroups_ = 0; Index: supertux-0.1.3/src/worldmap.cpp =================================================================== --- supertux-0.1.3.orig/src/worldmap.cpp +++ supertux-0.1.3/src/worldmap.cpp @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include "globals.h"