From 42d267793b649c2a907fa84bde322895645c1e19 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 27 Oct 2013 22:17:11 +0100 Subject: [PATCH] Add missing includes to . --- sortix/include/sortix/kernel/interrupt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sortix/include/sortix/kernel/interrupt.h b/sortix/include/sortix/kernel/interrupt.h index 8ac6a323..5247c5f1 100644 --- a/sortix/include/sortix/kernel/interrupt.h +++ b/sortix/include/sortix/kernel/interrupt.h @@ -25,6 +25,8 @@ #ifndef INCLUDE_SORTIX_KERNEL_INTERRUPT_H #define INCLUDE_SORTIX_KERNEL_INTERRUPT_H +#include + #include namespace Sortix {