Skip to content

Commit

Permalink
[awm2] Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
codyd51 committed Dec 3, 2022
1 parent 092df63 commit 496f54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_programs/awm2/src/desktop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use alloc::rc::Rc;
use alloc::string::{String, ToString};
use alloc::vec;
use alloc::vec::Vec;
use awm_messages::{AwmCreateWindow, AwmWindowUpdateTitle};
use awm_messages::{AwmCreateWindow, AwmWindowResized, AwmWindowUpdateTitle};
use axle_rt::core_commands::AmcSharedMemoryCreateRequest;
use core::cell::RefCell;
use core::cmp::{max, min};
Expand Down

0 comments on commit 496f54c

Please sign in to comment.