Kernel: Add missing include to PageDirectory.h

This commit is contained in:
Andreas Kling 2022-04-03 21:41:56 +02:00
parent 858b196c59
commit 32dea6bde5
Notes: sideshowbarker 2024-07-17 14:31:32 +09:00

View File

@ -12,6 +12,7 @@
#include <AK/RefCounted.h>
#include <AK/RefPtr.h>
#include <Kernel/Forward.h>
#include <Kernel/Locking/Spinlock.h>
#include <Kernel/Memory/PhysicalPage.h>
namespace Kernel::Memory {