From f9e8fe557c4818a02f59221f7cd31bc9b5b2a86e Mon Sep 17 00:00:00 2001 From: Hendiadyoin1 Date: Wed, 8 Dec 2021 13:35:44 +0100 Subject: [PATCH] Kernel: Add missing include to SlabAllocator --- Kernel/Heap/SlabAllocator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/Heap/SlabAllocator.h b/Kernel/Heap/SlabAllocator.h index 81d0612fb4..e2fc3a5e7f 100644 --- a/Kernel/Heap/SlabAllocator.h +++ b/Kernel/Heap/SlabAllocator.h @@ -6,6 +6,7 @@ #pragma once +#include #include #include