diff --git a/src/threads.rs b/src/threads.rs
index 7796bd2e..fb2632d7 100644
--- a/src/threads.rs
+++ b/src/threads.rs
@@ -1,6 +1,7 @@
use alloc::collections::VecDeque;
use x86_64::structures::paging::{FrameAllocator, Mapper, Size4KiB};
use x86_64::VirtAddr;
+use core::mem;
static SCHEDULER: spin::Mutex