diff --git a/src/libcore/raw.rs b/src/libcore/raw.rs index b072b0a9646ed..ded52ff07785e 100644 --- a/src/libcore/raw.rs +++ b/src/libcore/raw.rs @@ -18,6 +18,8 @@ //! //! Their definition should always match the ABI defined in `rustc::back::abi`. +use clone::Clone; +use marker::Copy; use mem; /// The representation of a slice like `&[T]`.