mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
Kernel: Make AddressSpace.cpp compile on aarch64
This commit is contained in:
committed by
Brian Gianforcaro
parent
627fd231d5
commit
0d7eee625f
@@ -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>
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Badge.h>
|
||||
#include <AK/HashMap.h>
|
||||
#include <AK/IntrusiveRedBlackTree.h>
|
||||
#include <AK/RefCounted.h>
|
||||
|
||||
Reference in New Issue
Block a user