Add missing import for windows build

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/4/head
trivernis 3 years ago
parent 9dcbf0efda
commit 560b63ede9

@ -124,6 +124,7 @@ impl AsyncProtocolStream for ApiProtocolStream {
} }
#[cfg(not(unix))] #[cfg(not(unix))]
{ {
use rmp_ipc::prelude::IPCError;
Err(IPCError::BuildError( Err(IPCError::BuildError(
"The address can not be made into a socket address".to_string(), "The address can not be made into a socket address".to_string(),
)) ))

Loading…
Cancel
Save