summaryrefslogtreecommitdiff
path: root/gcell/src/lib/runtime/gc_aligned_alloc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcell/src/lib/runtime/gc_aligned_alloc.cc')
-rw-r--r--gcell/src/lib/runtime/gc_aligned_alloc.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcell/src/lib/runtime/gc_aligned_alloc.cc b/gcell/src/lib/runtime/gc_aligned_alloc.cc
index fa20a6443..6f9a999b9 100644
--- a/gcell/src/lib/runtime/gc_aligned_alloc.cc
+++ b/gcell/src/lib/runtime/gc_aligned_alloc.cc
@@ -25,6 +25,7 @@
#include <gc_aligned_alloc.h>
#include <stdlib.h>
#include <stdexcept>
+#include <string.h>
// custom deleter of anything that can be freed with "free"
class free_deleter {