summarylogtreecommitdiffstats
path: root/avida.patch
diff options
context:
space:
mode:
authormschubert2015-06-12 12:07:09 +0100
committermschubert2015-06-12 12:07:09 +0100
commit3425567192b51c19c696de326f4a7c561e3223d5 (patch)
tree4a78485d447754cd854cfa4870a9c87227b223f2 /avida.patch
downloadaur-3425567192b51c19c696de326f4a7c561e3223d5.tar.gz
Initial import
Diffstat (limited to 'avida.patch')
-rw-r--r--avida.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/avida.patch b/avida.patch
new file mode 100644
index 000000000000..fffe9fcbb869
--- /dev/null
+++ b/avida.patch
@@ -0,0 +1,20 @@
+--- avida-2.12.3-src.orig/avida-core/source/analyze/cAnalyzeTreeStats_Gamma.cc 2012-02-02 22:50:29.000000000 +0600
++++ avida-2.12.3-src/avida-core/source/analyze/cAnalyzeTreeStats_Gamma.cc 2012-05-08 19:32:18.793044457 +0600
+@@ -27,6 +27,7 @@
+
+ #include <math.h>
+ #include <iostream>
++#include <cstdlib>
+
+ using namespace std;
+
+--- avida-2.12.3-src.orig/avida-core/source/tools/tArray.h 2012-02-02 22:50:29.000000000 +0600
++++ avida-2.12.3-src/avida-core/source/tools/tArray.h 2012-05-08 19:33:04.783042892 +0600
+@@ -24,6 +24,7 @@
+ #define tArray_h
+
+ #include <cassert>
++#include <cstdlib>
+
+ #ifndef NULL
+ #define NULL 0