diff --git a/rnex-core/src/nex/user.rs b/rnex-core/src/nex/user.rs index c79401d..d00c5df 100644 --- a/rnex-core/src/nex/user.rs +++ b/rnex-core/src/nex/user.rs @@ -54,6 +54,7 @@ use rnex_core::rmc::structures::ranking::UploadCompetitionData; use std::sync::{Arc, Weak}; use tokio::sync::{Mutex, RwLock}; +use crate::rmc::protocols::message_delivery::RemoteMessageDeliveryNoResponse; use crate::rmc::protocols::messaging::UserMessage; use crate::rmc::structures::matchmake::Gathering; use crate::rmc::structures::matchmake::MatchmakeSessionSearchCriteria;