- Fix build with clang
PR: 179215 Submitted by: Ports Fury
This commit is contained in:
parent
233099396b
commit
0ed7cc3196
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319834
1 changed files with 10 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue