1diff --git a/src/lib.rs b/src/lib.rs 2index aa7e227..df47529 100644 3--- a/src/lib.rs 4+++ b/src/lib.rs 5@@ -101,6 +101,9 @@ 6 )] 7 #![no_std] 8 9+#[cfg(android_dylib)] 10+extern crate std; 11+ 12 #[cfg(feature = "proc_static_assertions")] 13 extern crate proc_static_assertions; 14 #[cfg(feature = "proc_static_assertions")] 15