]> git.pld-linux.org Git - packages/blobby2.git/blob - blobby2-gcc4.patch
- added gcc4 patch
[packages/blobby2.git] / blobby2-gcc4.patch
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"
11 diff -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.069433 seconds and 3 git commands to generate.