summaryrefslogtreecommitdiff
path: root/src/array.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/array.cpp')
-rw-r--r--src/array.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/array.cpp b/src/array.cpp
index 38b7095..a0b5863 100644
--- a/src/array.cpp
+++ b/src/array.cpp
@@ -1,5 +1,8 @@
#include "array.h"
+#include <stdlib.h>
+#include <cstring>
+
ts_array ts_array_create(int entry_size)
{
ts_array new_ts_array;