f sp
[rust-lightning] / lightning / src / lib.rs
index df1bb1a2a2f2ef807f55e72f9bb50f96380e17c7..548c0d5b1136565601193f60f6104d40186e6dc7 100644 (file)
@@ -70,6 +70,7 @@ extern crate hex;
 #[cfg(any(test, feature = "_test_utils"))] extern crate regex;
 
 #[cfg(not(feature = "std"))] extern crate core2;
+#[cfg(not(feature = "std"))] extern crate libm;
 
 #[cfg(ldk_bench)] extern crate criterion;