Skip to content

Commit

Permalink
Add import for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
maun committed Sep 26, 2023
1 parent 0db6409 commit c834eeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/window_handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ use winit::{
window::{CursorIcon, Theme},
};

#[cfg(target_os = "linux")]
use crate::unit::UnitExt;
#[cfg(target_os = "linux")]
use crate::views::{container_box, stack, Decorators};
use crate::{
Expand Down

0 comments on commit c834eeb

Please sign in to comment.