Fix compile error on MacOS

This commit is contained in:
Asura 2022-08-19 14:50:32 +08:00
parent 54c5b6df1c
commit 3172ed63f3

View File

@ -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;