mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 02:58:11 +00:00
Kernel: Add missing include to PageDirectory.h
This commit is contained in:
parent
858b196c59
commit
32dea6bde5
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue