diff --git a/locator/abstract_replication_strategy.hh b/locator/abstract_replication_strategy.hh index e9dbfd5c62..8d7bd4366d 100644 --- a/locator/abstract_replication_strategy.hh +++ b/locator/abstract_replication_strategy.hh @@ -136,7 +136,7 @@ public: // Holds the full replication_map resulting from applying the // effective replication strategy over the given token_metadata // and replication_strategy_config_options. -class effective_replication_map { +class effective_replication_map : public enable_lw_shared_from_this { public: struct factory_key { replication_strategy_type rs_type;