]> git.lizzy.rs Git - rust.git/blobdiff - src/test/bench/shootout-fasta.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / bench / shootout-fasta.rs
index 76ac8407d60c57a77fb1332d2334445e6f219c40..017099bbafacdc6ad3a3699a671e87dea212a56b 100644 (file)
@@ -18,6 +18,7 @@
 use std::io::{BufferedWriter, File};
 use std::cmp::min;
 use std::os;
+use std::vec_ng::Vec;
 
 static LINE_LENGTH: uint = 60;
 static IM: u32 = 139968;