Skip to content

Commit 0a17c50

Browse files
committed
f fix no-std
1 parent 9a7818b commit 0a17c50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/util/wakers.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ use core::mem;
1818
use core::time::Duration;
1919
use sync::{Condvar, Mutex};
2020

21+
use prelude::{Box, Vec};
22+
2123
#[cfg(any(test, feature = "std"))]
2224
use std::time::Instant;
2325

0 commit comments

Comments
 (0)