1diff --git a/src/lib.rs b/src/lib.rs 2index 9fc1c3e..ee4c928 100644 3--- a/src/lib.rs 4+++ b/src/lib.rs 5@@ -67,6 +67,10 @@ 6 unsafe_code 7 )] 8 9+// ANDROID: Unconditionally use std to allow building as a dylib 10+#[macro_use] 11+extern crate std; 12+ 13 use core::fmt; 14 15 /// The `Iterator` extension trait that provides the `peeking_take_while` 16