misc: fix compile

This commit is contained in:
2026-03-15 19:23:32 -04:00
Unverified
parent cfde2cb3d8
commit 677c70a763
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
use rand::Rng;
use rand::RngExt;
use std::net::SocketAddr;
use std::time::Instant;
use std::{ops, vec};