summaryrefslogtreecommitdiff
path: root/gcell/src
diff options
context:
space:
mode:
Diffstat (limited to 'gcell/src')
-rw-r--r--gcell/src/lib/runtime/gc_aligned_alloc.cc1
-rw-r--r--gcell/src/lib/runtime/gc_job_manager_impl.cc1
-rw-r--r--gcell/src/lib/runtime/qa_job_manager.cc1
-rw-r--r--gcell/src/lib/wrapper/qa_gcp_fft_1d_r2.cc1
4 files changed, 4 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>
diff --git a/gcell/src/lib/wrapper/qa_gcp_fft_1d_r2.cc b/gcell/src/lib/wrapper/qa_gcp_fft_1d_r2.cc
index 404f83657..dbbe05fbc 100644
--- a/gcell/src/lib/wrapper/qa_gcp_fft_1d_r2.cc
+++ b/gcell/src/lib/wrapper/qa_gcp_fft_1d_r2.cc
@@ -26,6 +26,7 @@
#include <stdio.h>
#include <stdlib.h> // random, posix_memalign
#include <algorithm>
+#include <string.h>
typedef boost::shared_ptr<void> void_sptr;