Fix build

This commit is contained in:
Joshua Groves 2018-09-25 22:23:44 -06:00
parent 376aa73130
commit 551d944214

View File

@ -2,9 +2,10 @@
use std::marker::PhantomData;
#[cfg(not(feature = "remote"))]
use std::os::raw::c_void;
#[cfg(feature = "remote")]
use parking_lot::{MappedMutexGuard, Mutex, MutexGuard};
#[cfg(feature = "remote")]
use std::sync::Arc;
#[cfg(feature = "remote")]
use hal::backend::FastHashMap;