Fix wasm build

This commit is contained in:
Gav
2018-02-12 23:39:13 +01:00
parent 12c62381c1
commit ec4be3d260
5 changed files with 3 additions and 2 deletions
+3 -2
View File
@@ -16,9 +16,10 @@
//! Block and header type definitions.
#[cfg(feature = "std")]
use rstd::vec::Vec;
use {bytes, Hash};
#[cfg(feature = "std")]
use bytes;
use Hash;
use codec::{Input, Slicable};
/// Used to refer to a block number.