about summary refs log tree commit diff
path: root/src/libextra/workcache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libextra/workcache.rs')
-rw-r--r--src/libextra/workcache.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libextra/workcache.rs b/src/libextra/workcache.rs
index ee57bf2f3a1..3c10b3d2ca7 100644
--- a/src/libextra/workcache.rs
+++ b/src/libextra/workcache.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+use core::prelude::*;
+
 use json;
 use sha1;
 use serialize::{Encoder, Encodable, Decoder, Decodable};