diff --git a/crypto/dkg/src/musig.rs b/crypto/dkg/src/musig.rs index b4c57537..4d6b54c8 100644 --- a/crypto/dkg/src/musig.rs +++ b/crypto/dkg/src/musig.rs @@ -1,6 +1,6 @@ #[cfg(feature = "std")] use core::ops::Deref; -use std_shims::collections::HashSet; +use std_shims::{vec, vec::Vec, collections::HashSet}; #[cfg(feature = "std")] use std_shims::collections::HashMap;