From d02b3422c1e561da618d554f48b3ea1662ffd985 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 27 Oct 2013 02:01:16 +0200 Subject: [PATCH] Add missing includes to . --- sortix/include/sortix/kernel/cpu.h | 3 +++ 1 file changed, 3 insertions(+) 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 {