diff --git a/src/components/camera/mod.rs b/src/components/camera/mod.rs index 448e3dea..d13fe3c2 100644 --- a/src/components/camera/mod.rs +++ b/src/components/camera/mod.rs @@ -38,6 +38,8 @@ pub trait CameraExt { /// The fallback `Camera` API, to use on platforms where it is unimplemented. #[cfg(not(target_os = "linux"))] mod unimplemented { + use super::*; + #[derive(Debug)] pub(crate) struct UnimplementedCamera;