Fix Wasm build issues.

This commit is contained in:
Gav
2018-01-23 12:12:48 +01:00
parent 07b9425ef6
commit 8e8ea203d5
4 changed files with 2 additions and 2 deletions
@@ -17,7 +17,7 @@
//! Proposal: This describes a combination of a function ID and data that can be used to call into
//! an internal function.
use runtime_support::size_of;
use runtime_support::{size_of, Vec};
use slicable::Slicable;
use joiner::Joiner;
use streamreader::StreamReader;