fixed compilation

This commit is contained in:
Svyatoslav Nikolsky 2016-12-08 22:43:27 +03:00
parent f71fdfc556
commit 082d81eec6
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ impl<T> Raw for RawClient<T> where T: RawClientCoreApi {
#[cfg(test)]
pub mod tests {
use jsonrpc_core::{IoHandler, GenericIoHandler};
use chain::Transaction;
use primitives::hash::H256 as GlobalH256;
use v1::traits::Raw;
use super::*;
#[derive(Default)]