You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/wop/files/wop-0.4.3-gcc43.patch

33 lines
977 B

--- src/scusibot.cpp.old 2010-01-05 15:41:23.000000000 +0100
+++ src/scusibot.cpp 2010-01-05 15:41:46.000000000 +0100
@@ -5,6 +5,7 @@
#include "stationarygun.hpp"
#include "global.hpp"
#include <vector>
+#include <algorithm>
ScusiBot::ScusiBot()
: m_event( Event::EMPTY ), m_count( 0 ), m_state( IDLE ) {
--- src/gameinfowindow.cpp.old 2010-01-05 15:45:09.000000000 +0100
+++ src/gameinfowindow.cpp 2010-01-05 15:46:08.000000000 +0100
@@ -10,6 +10,8 @@
#include "avatarworm.hpp"
#include "wopsprites.hpp"
#include "wopsprites.cpp"
+#include "spriteset.cpp"
+#include "spritesequence.cpp"
#include "scorekeeper.hpp"
#include "wopgui.hpp"
--- src/map.cpp.old 2010-01-05 15:46:35.000000000 +0100
+++ src/map.cpp 2010-01-05 15:47:06.000000000 +0100
@@ -9,6 +9,8 @@
#include "world.hpp"
#include "wopsettings.hpp"
#include "objectpaths.hpp"
+#include "spriteset.cpp"
+#include "spritesequence.cpp"
/**********************************************************/