mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
Kernel: Add missing #include <AK/Badge.h> to MemoryManager.h
This missing header broke the aarch64 build
This commit is contained in:
parent
d365559839
commit
a7ce0c2297
Notes:
sideshowbarker
2024-07-18 08:59:31 +09:00
Author: https://github.com/mrkct
Commit: a7ce0c2297
Pull-request: https://github.com/SerenityOS/serenity/pull/12089
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Badge.h>
|
||||
#include <AK/Concepts.h>
|
||||
#include <AK/HashTable.h>
|
||||
#include <AK/IntrusiveRedBlackTree.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue