fix build on windows
This commit is contained in:
parent
ec3b06d5b2
commit
4231cc0059
1 changed files with 2 additions and 0 deletions
|
|
@ -18,7 +18,9 @@ use managers::audio::AudioRecordingManager;
|
|||
use managers::history::HistoryManager;
|
||||
use managers::model::ModelManager;
|
||||
use managers::transcription::TranscriptionManager;
|
||||
#[cfg(unix)]
|
||||
use signal_hook::consts::SIGUSR2;
|
||||
#[cfg(unix)]
|
||||
use signal_hook::iterator::Signals;
|
||||
use std::collections::HashMap;
|
||||
use std::sync::atomic::{AtomicU8, Ordering};
|
||||
|
|
|
|||
Loading…
Reference in a new issue