diff --git a/quickwit/quickwit-common/src/rendezvous_hasher.rs b/quickwit/quickwit-common/src/rendezvous_hasher.rs index 3d3c032aeaf..beec0e244d0 100644 --- a/quickwit/quickwit-common/src/rendezvous_hasher.rs +++ b/quickwit/quickwit-common/src/rendezvous_hasher.rs @@ -19,6 +19,7 @@ use std::cmp::Reverse; use std::hash::{Hash, Hasher}; + use siphasher::sip::SipHasher; /// Computes the affinity of a node for a given `key`.