Update auto-generated bindings with lightning-invoice
[ldk-c-bindings] / lightning-c-bindings / src / lightning / util / ser.rs
index e0c561f6504583cbc69805072000732cb4abd918..7fde9a6489618acb690785b80739df3584a1cdd4 100644 (file)
@@ -9,6 +9,7 @@
 //! A very simple serialization framework which is used to serialize/deserialize messages as well
 //! as ChannelsManagers and ChannelMonitors.
 
+use std::str::FromStr;
 use std::ffi::c_void;
 use bitcoin::hashes::Hash;
 use crate::c_types::*;