updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / vodovod / fix-FTBFS-with-gcc-4.3.patch
bloba3f57f996c869da58846ae53e63d0018707ebb69
1 --- a/hiscore.cpp
2 +++ b/hiscore.cpp
3 @@ -21,6 +21,8 @@
4 #include <stdlib.h>
5 #include <sys/stat.h>
6 #include "hiscore.h"
7 +#include <climits>
8 +#include <cstring>
9 //-----------------------------------------------------------------------------
10 HiScores &hiScores()
12 --- a/config.cpp
13 +++ b/config.cpp
14 @@ -25,6 +25,7 @@
15 #include <stdio.h>
16 #include <sys/stat.h>
17 #include "config.h"
18 +#include <climits>
19 //------------------------------------------------------------------------------
20 using namespace std;
21 //-----------------------------------------------------------------------------