1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:48:11 +00:00

Kernel: Add missing #include <AK/Badge.h> to MemoryManager.h

This missing header broke the aarch64 build
This commit is contained in:
Marco Cutecchia 2022-01-23 13:30:33 +01:00 committed by Andreas Kling
parent d365559839
commit a7ce0c2297

View file

@ -6,6 +6,7 @@
#pragma once
#include <AK/Badge.h>
#include <AK/Concepts.h>
#include <AK/HashTable.h>
#include <AK/IntrusiveRedBlackTree.h>