mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:28:12 +00:00
Kernel: Make PageDirectory.cpp compile on aarch64
This commit is contained in:
parent
783a44b18e
commit
d3b6201b40
7 changed files with 10 additions and 7 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
#include <AK/Memory.h>
|
||||
#include <AK/Singleton.h>
|
||||
#include <Kernel/Arch/CPU.h>
|
||||
#include <Kernel/Arch/PageDirectory.h>
|
||||
#include <Kernel/Memory/MemoryManager.h>
|
||||
#include <Kernel/Memory/PageDirectory.h>
|
||||
#include <Kernel/Prekernel/Prekernel.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue