MOve cuckoo_base.h from cds/container to cds/container/details
[libcds.git] / cds / container / cuckoo_set.h
index 348f02dfb3b19ab842216d1826059a22d9ce135f..5f2bf3ef3c8699d1fc736216f0344a51bd17219a 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef __CDS_CONTAINER_CUCKOO_SET_H
 #define __CDS_CONTAINER_CUCKOO_SET_H
 
-#include <cds/container/cuckoo_base.h>
+#include <cds/container/details/cuckoo_base.h>
 #include <cds/details/binary_functor_wrapper.h>
 
 namespace cds { namespace container {