diff options
-rw-r--r-- | biology/avida/files/patch-avida-core__source__tools__tArray.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/biology/avida/files/patch-avida-core__source__tools__tArray.h b/biology/avida/files/patch-avida-core__source__tools__tArray.h new file mode 100644 index 000000000000..7c08bbe7f152 --- /dev/null +++ b/biology/avida/files/patch-avida-core__source__tools__tArray.h @@ -0,0 +1,10 @@ +--- avida-core/source/tools/tArray.h.orig ++++ avida-core/source/tools/tArray.h +@@ -23,6 +23,7 @@ + #ifndef tArray_h + #define tArray_h + ++#include <cstdlib> + #include <cassert> + + #ifndef NULL |