Fixed missing vec

This commit is contained in:
Lachlan Sneff
2018-01-18 21:42:58 -05:00
committed by Dan Gohman
parent d8c8e4af3d
commit 023f8d7980

View File

@@ -21,6 +21,7 @@ use packed_option::PackedOption;
use ref_slice::ref_slice;
use std::cmp::Ordering;
use std::fmt;
use std::vec::Vec;
/// A virtual register reference.
#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]