diff --git a/sortix/include/sortix/kernel/kthread.h b/sortix/include/sortix/kernel/kthread.h index efef6642..0bb3f9bb 100644 --- a/sortix/include/sortix/kernel/kthread.h +++ b/sortix/include/sortix/kernel/kthread.h @@ -25,6 +25,8 @@ #ifndef SORTIX_KTHREAD_H #define SORTIX_KTHREAD_H +#include + #include namespace Sortix {