From 21c5db48053867841a84e6aa60ee0c5c9f96a868 Mon Sep 17 00:00:00 2001 From: Andronik Ordian Date: Wed, 6 Jun 2018 16:08:16 +0300 Subject: [PATCH] Fix `deadlock_detection` feature branch compilation --- parity/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/parity/lib.rs b/parity/lib.rs index 8c3242afb49..262e67c4127 100644 --- a/parity/lib.rs +++ b/parity/lib.rs @@ -144,6 +144,7 @@ fn run_deadlock_detection_thread() { use std::thread; use std::time::Duration; use parking_lot::deadlock; + use ansi_term::Style; info!("Starting deadlock detection thread."); // Create a background thread which checks for deadlocks every 10s