fix missing use
This commit is contained in:
parent
31ba751142
commit
66004f7713
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue