- Fix build with clang

PR:		179215
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2013-06-04 08:26:03 +00:00
parent 233099396b
commit 0ed7cc3196
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319834

View file

@ -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