summaryrefslogtreecommitdiff
path: root/games-arcade/wop/files/wop-0.4.3-gcc43.patch
blob: d4273f18ff6eb2b8eae6dd020bb29a4a3e555dbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- a/src/scusibot.cpp
+++ b/src/scusibot.cpp
@@ -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 ) {
--- a/src/gameinfowindow.cpp
+++ b/src/gameinfowindow.cpp
@@ -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"
 
--- a/src/map.cpp
+++ b/src/map.cpp
@@ -9,6 +9,8 @@
 #include "world.hpp"
 #include "wopsettings.hpp"
 #include "objectpaths.hpp"
+#include "spriteset.cpp"
+#include "spritesequence.cpp"
 
 /**********************************************************/