Use alloc for no_std builds
[rust-lightning] / lightning / src / ln / peer_channel_encryptor.rs
index dd8619bf275b424263b014d349540ef68456238c..76385fc8b063221259fbe3b99d791e49e28cfa15 100644 (file)
@@ -7,6 +7,8 @@
 // You may not use this file except in accordance with one or both of these
 // licenses.
 
+use prelude::*;
+
 use ln::msgs::LightningError;
 use ln::msgs;