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