mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 19:19:44 +03:00
Kernel: Add missing include to PageDirectory.h
This commit is contained in:
parent
858b196c59
commit
32dea6bde5
Notes:
sideshowbarker
2024-07-17 14:31:32 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/32dea6bde5
@ -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…
Reference in New Issue
Block a user