fixed compilation issue caused by incorrect merge

This commit is contained in:
debris 2016-03-02 05:55:42 +01:00
parent 4571df9fc6
commit 32074cc420
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
use util::hash::H2048;
use util::uint::U256;
use util::numbers::U256;
use util::bytes::Bytes;
use header::BlockNumber;
use super::fork::Fork;