diff --git a/include/cuco/bucket_storage.cuh b/include/cuco/bucket_storage.cuh index d5005ea89..eb16c8313 100644 --- a/include/cuco/bucket_storage.cuh +++ b/include/cuco/bucket_storage.cuh @@ -56,6 +56,7 @@ class bucket_storage_ref : public detail::bucket_storage_base using size_type = typename base_type::size_type; ///< Storage size type using value_type = typename base_type::value_type; ///< Slot type using bucket_type = typename base_type::bucket_type; ///< Slot bucket type + using window_type = bucket_type; ///< Slot bucket type using base_type::capacity; using base_type::num_buckets;