mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-31 23:42:52 +00:00
Kernel: Make AddressSpace.cpp compile on aarch64
This commit is contained in:
parent
627fd231d5
commit
0d7eee625f
Notes:
sideshowbarker
2024-07-17 14:35:43 +09:00
Author: https://github.com/jamesmintram
Commit: 0d7eee625f
Pull-request: https://github.com/SerenityOS/serenity/pull/13447
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <Kernel/Arch/CPU.h>
|
||||
#include <Kernel/Locking/Spinlock.h>
|
||||
#include <Kernel/Memory/AddressSpace.h>
|
||||
#include <Kernel/Memory/AnonymousVMObject.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue