updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / avida / gcc43.patch
bloba2888a3bac2143d7167862187ce32b976e671108
1 --- source/main/cReactionRequisite.h (revision 2770)
2 +++ source/main/cReactionRequisite.h (working copy)
3 @@ -26,6 +26,8 @@
4 #ifndef cReactionRequisite_h
5 #define cReactionRequisite_h
7 +#include <climits>
9 #ifndef tList_h
10 #include "tList.h"
11 #endif
12 --- source/cpu/cHardwareBase.h (revision 2770)
13 +++ source/cpu/cHardwareBase.h (working copy)
14 @@ -28,6 +28,7 @@
16 #include <cassert>
17 #include <iostream>
18 +#include <climits>
20 #ifndef tBuffer_h
21 #include "tBuffer.h"
22 --- CMakeLists.txt (revision 2770)
23 +++ CMakeLists.txt (working copy)
24 @@ -1,3 +1,4 @@
25 +cmake_minimum_required (VERSION 2.4)
26 PROJECT(AVIDA)
28 # The following three variables must be after the PROJECT statement, otherwise