1diff --git a/src/lib.rs b/src/lib.rs
2index cf3a732..83f6bdf 100644
3--- a/src/lib.rs
4+++ b/src/lib.rs
5@@ -116,6 +116,9 @@ mod f2s;
6 mod f2s_intrinsics;
7 mod pretty;
8
9+#[cfg(android_dylib)]
10+extern crate std;
11+
12 pub use crate::buffer::{Buffer, Float};
13
14 /// Unsafe functions that mirror the API of the C implementation of Ryƫ.
15