Remove cds/details/std/memory.h, use STL <memory> instead
[libcds.git] / cds / container / lazy_list_nogc.h
index 642931abba0e0a9afb48e49ddad500a98eccc5e7..5c08d1f83592faec9f45d0dbea03de6d999d7abe 100644 (file)
@@ -3,10 +3,10 @@
 #ifndef __CDS_CONTAINER_LAZY_LIST_NOGC_H
 #define __CDS_CONTAINER_LAZY_LIST_NOGC_H
 
+#include <memory>
 #include <cds/container/lazy_list_base.h>
 #include <cds/intrusive/lazy_list_nogc.h>
 #include <cds/container/details/make_lazy_list.h>
-#include <cds/details/std/memory.h>
 
 namespace cds { namespace container {