Fix build

This commit is contained in:
eraden 2022-02-26 23:11:58 +01:00
parent c59cef5db2
commit 592395bb48

View File

@ -1,5 +1,6 @@
#[cfg(feature = "gui-helper")]
use crate::helper_cmd::GuiHelperError;
use crate::lock_file::LockFileError;
use pidlock::PidlockError;
use std::fmt::{Debug, Display, Formatter};