diff --git a/src/sha3.rs b/src/sha3.rs index 7caaf1814..5b0a0c6a4 100644 --- a/src/sha3.rs +++ b/src/sha3.rs @@ -3,7 +3,7 @@ use std::mem::uninitialized; use tiny_keccak::Keccak; use bytes::{BytesConvertable,Populatable}; -use hash::H256; +use hash::{H256, FixedHash}; /// Types implementing this trait are sha3able. ///