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
commit 97f1fa7d8f
Notes: sideshowbarker 2024-07-17 08:37:36 +09:00
6 changed files with 7 additions and 0 deletions

View file

@ -13,6 +13,8 @@
#include <AK/Types.h>
#include <Kernel/API/KeyCode.h>
#include <Kernel/API/MousePacket.h>
#include <Kernel/Devices/HID/HIDDevice.h>
#include <Kernel/Forward.h>
#include <Kernel/Library/LockRefPtr.h>
#include <Kernel/Library/NonnullLockRefPtrVector.h>
#include <Kernel/Locking/Spinlock.h>