fixed compilation with --release flag

This commit is contained in:
debris 2016-03-18 18:16:22 +01:00
parent ae3e6d7fe8
commit 79b8dd829d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ use ethcore::pod_state::PodState;
use ethcore::ethereum;
use ethcore::client::{BlockChainClient, Client, ClientConfig};
use devtools::RandomTempPath;
use util::io::IoChannel;
use util::IoChannel;
use rpc::v1::tests::helpers::{TestSyncProvider, Config as SyncConfig, TestMinerService, TestAccountProvider};
use rpc::v1::{Eth, EthClient};
use util::panics::MayPanic;