diff options
Diffstat (limited to 'gcell/src/lib/runtime')
-rw-r--r-- | gcell/src/lib/runtime/gc_aligned_alloc.cc | 1 | ||||
-rw-r--r-- | gcell/src/lib/runtime/gc_job_manager_impl.cc | 1 | ||||
-rw-r--r-- | gcell/src/lib/runtime/qa_job_manager.cc | 1 |
3 files changed, 3 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 { diff --git a/gcell/src/lib/runtime/gc_job_manager_impl.cc b/gcell/src/lib/runtime/gc_job_manager_impl.cc index 9c859511b..2b4b83f4f 100644 --- a/gcell/src/lib/runtime/gc_job_manager_impl.cc +++ b/gcell/src/lib/runtime/gc_job_manager_impl.cc @@ -36,6 +36,7 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> +#include <string.h> static const size_t CACHE_LINE_SIZE = 128; diff --git a/gcell/src/lib/runtime/qa_job_manager.cc b/gcell/src/lib/runtime/qa_job_manager.cc index 53a1ec681..e37e3c37f 100644 --- a/gcell/src/lib/runtime/qa_job_manager.cc +++ b/gcell/src/lib/runtime/qa_job_manager.cc @@ -26,6 +26,7 @@ #include <stdio.h> #include <time.h> #include <errno.h> +#include <string.h> #include <malloc.h> |