about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/path.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/path.rs b/src/libstd/path.rs
index abe902dec0b..400657d0c25 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() {