diff --git a/sortix/include/sortix/kernel/cpu.h b/sortix/include/sortix/kernel/cpu.h index 87787fc6..2494b805 100644 --- a/sortix/include/sortix/kernel/cpu.h +++ b/sortix/include/sortix/kernel/cpu.h @@ -25,6 +25,9 @@ #ifndef INCLUDE_SORTIX_KERNEL_CPU_H #define INCLUDE_SORTIX_KERNEL_CPU_H +#include +#include + #include namespace Sortix {