]> git.pld-linux.org Git - packages/blobby2.git/blame - blobby2-gcc4.patch
- added gcc4 patch
[packages/blobby2.git] / blobby2-gcc4.patch
CommitLineData
c95d6ce5
TP
1--- blobby-alpha-6-unpatched/src/NetworkState.cpp 2008-11-09 17:17:28.000000000 +0100
2+++ blobby-alpha-6/src/NetworkState.cpp 2008-11-09 17:17:53.000000000 +0100
3@@ -18,6 +18,7 @@
4 =============================================================================*/
5
6 #include <sstream>
7+#include <algorithm>
8
9 #include "NetworkState.h"
10 #include "NetworkMessage.h"
11diff -ru blobby-alpha-6-unpatched/src/State.cpp blobby-alpha-6/src/State.cpp
12--- blobby-alpha-6-unpatched/src/State.cpp 2008-11-09 17:17:28.000000000 +0100
13+++ blobby-alpha-6/src/State.cpp 2008-11-09 17:18:08.000000000 +0100
14@@ -30,6 +30,7 @@
15
16 #include <physfs.h>
17 #include <sstream>
18+#include <algorithm>
19
20 State::State()
21 {
This page took 0.115345 seconds and 4 git commands to generate.