diff options
Diffstat (limited to 'examples/window.rs')
-rw-r--r-- | examples/window.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/window.rs b/examples/window.rs index 1d3b615..0e2a3cf 100644 --- a/examples/window.rs +++ b/examples/window.rs @@ -1,3 +1,5 @@ +#![feature(std_misc)] + #[cfg(target_os = "android")] #[macro_use] extern crate android_glue; |