diff --git a/src/libstd/path.rs b/src/libstd/path.rs index abe902dec0be3..400657d0c2559 100644 --- a/src/libstd/path.rs +++ b/src/libstd/path.rs @@ -947,6 +947,7 @@ pub mod windows { mod tests { use option::{None, Some}; use path::{PosixPath, WindowsPath, windows}; + use str; #[test] fn test_double_slash_collapsing() {