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

Kernel: Include missing headers for various files

With these missing header files, we can now build these files for
aarch64.
This commit is contained in:
Timon Kruiper 2022-10-25 18:53:04 +02:00 committed by Gunnar Beutner
parent fcbb6b79ac
commit 97f1fa7d8f
6 changed files with 7 additions and 0 deletions

View file

@ -8,6 +8,7 @@
#include <AK/AtomicRefCounted.h>
#include <AK/IntrusiveList.h>
#include <Kernel/Forward.h>
#include <Kernel/Library/LockWeakable.h>
#include <Kernel/Locking/SpinlockProtected.h>
#include <Kernel/UnixTypes.h>