Fix compile error on MacOS
This commit is contained in:
parent
54c5b6df1c
commit
3172ed63f3
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
use crate::ipc::{self, new_listener, Connection, Data, start_pa};
|
||||
use crate::ipc::{self, new_listener, Connection, Data};
|
||||
#[cfg(windows)]
|
||||
use crate::ipc::{start_pa};
|
||||
#[cfg(windows)]
|
||||
use crate::ipc::start_clipboard_file;
|
||||
use crate::VERSION;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue