Remove cds/details/std/memory.h, use STL <memory> instead
[libcds.git] / cds / container / lazy_kvlist_impl.h
index 4b09260f73fea9e1f9e03a112c46b6e4f34eed5e..97a53e549b41c25b5a5d1b42021d6ffdef413f46 100644 (file)
@@ -3,9 +3,9 @@
 #ifndef __CDS_CONTAINER_LAZY_KVLIST_IMPL_H
 #define __CDS_CONTAINER_LAZY_KVLIST_IMPL_H
 
+#include <memory>
 #include <cds/ref.h>
 #include <cds/details/functor_wrapper.h>
-#include <cds/details/std/memory.h>
 #include <cds/container/details/guarded_ptr_cast.h>
 
 namespace cds { namespace container {