Fixed build after merge

This commit is contained in:
arkpar 2016-01-09 10:22:03 +01:00
parent 6183ba5cb5
commit 02c60acc14

View File

@ -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.
///