diff options
Diffstat (limited to 'games-strategy/spring/files/gcc.patch')
-rw-r--r-- | games-strategy/spring/files/gcc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-strategy/spring/files/gcc.patch b/games-strategy/spring/files/gcc.patch new file mode 100644 index 0000000..fa20686 --- /dev/null +++ b/games-strategy/spring/files/gcc.patch @@ -0,0 +1,11 @@ +diff -Naur spring_original/rts/lib/lobby/Connection.h spring_patched/rts/lib/lobby/Connection.h +--- spring_original/rts/lib/lobby/Connection.h 2010-10-15 23:08:24.000000000 +0300 ++++ spring_patched/rts/lib/lobby/Connection.h 2010-12-13 00:06:25.000000000 +0200 +@@ -7,6 +7,7 @@ + #include <boost/asio/deadline_timer.hpp> + #include <boost/asio/ip/tcp.hpp> + #include <string> ++#include <list> + + struct ClientStatus + { |