Added missing header
authorkhizmax <libcds.dev@gmail.com>
Sat, 6 Feb 2016 14:34:36 +0000 (17:34 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 6 Feb 2016 14:34:36 +0000 (17:34 +0300)
cds/opt/buffer.h

index 7c04ff007cfe83f8a6f10db22796dcea27003a9a..93c1e47e3de95ee60a9a2b39307fc13a6ab07c05 100644 (file)
@@ -31,6 +31,7 @@
 #ifndef CDSLIB_OPT_BUFFER_H
 #define CDSLIB_OPT_BUFFER_H
 
+#include <memory.h>
 #include <cds/details/defs.h>
 #include <cds/user_setup/allocator.h>
 #include <cds/details/allocator.h>