commit 2d82cf08618cc01d40ad02def931d0736984d33b parent 42d53bfcb99d1e4932865b7bdc7fe4bfcb7332a5 Author: Michael Savage <mikejsavage@gmail.com> Date: Thu, 2 Nov 2017 18:15:11 +0200 Missing include Diffstat:
array.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/array.h b/array.h @@ -4,6 +4,7 @@ #include "intrinsics.h" #include "ggformat.h" +#include "strlcpy.h" #include "log.h" template< typename T >