Fix `deadlock_detection` feature branch compilation (#8824)

This commit is contained in:
Andronik Ordian 2018-06-08 11:04:12 +03:00 committed by Niklas Adolfsson
parent 24c43513a6
commit a48ed02433
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,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