Fix no-std builds for monero-wallet

This commit is contained in:
Luke Parker
2024-07-09 02:17:57 -04:00
parent 84f0e6c26e
commit 3ddf1eec0c
2 changed files with 12 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
use std_shims::{io, vec::Vec, collections::HashSet};
use std_shims::{io, vec::Vec, string::ToString, collections::HashSet};
use zeroize::{Zeroize, ZeroizeOnDrop};