about summary refs log tree commit diff
path: root/src/libcore/uint-template.rs
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2012-12-27 17:53:04 -0800
committerPatrick Walton <pcwalton@mimiga.net>2012-12-27 17:53:04 -0800
commite26ca35b081e96d709f318e668e06209e89b95e2 (patch)
tree2ad76c644d465bc9a6007df2c0ee78ad5cc4cd07 /src/libcore/uint-template.rs
parent84ce55e5427d0d36dbf6e330537175ab4162b6f2 (diff)
librustc: Fix the test runner, the condition system, and core test. rs=bustage
Diffstat (limited to 'src/libcore/uint-template.rs')
-rw-r--r--src/libcore/uint-template.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/uint-template.rs b/src/libcore/uint-template.rs
index 1f3808fab1b..ec280568282 100644
--- a/src/libcore/uint-template.rs
+++ b/src/libcore/uint-template.rs
@@ -20,6 +20,7 @@ use from_str::FromStr;
 use iter;
 use num;
 use str;
+use uint;
 use vec;
 
 pub const bits : uint = inst::bits;