Replace cds::ref/boost::ref with std::ref, remove cds::unref and cds/ref.h header
[libcds.git] / cds / details / functor_wrapper.h
index a8ca972f46aae9b96e39700b6c134e5218ec096b..3ee34fcc24749760b591b3eb9fc491d07c7ec5a3 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef __CDS_DETAILS_FUNCTOR_WRAPPER_H
 #define __CDS_DETAILS_FUNCTOR_WRAPPER_H
 
-#include <cds/ref.h>
+#include <functional>   // ref
 
 //@cond
 namespace cds { namespace details {