Kernel: Repair build for aarch64

This broke in 6fd478b6ce due to
insufficient testing on my part. Sorry!
This commit is contained in:
Ben Wiederhake 2023-01-03 21:05:55 +01:00 committed by Linus Groh
commit c25bef59aa
Notes: sideshowbarker 2024-07-17 02:08:04 +09:00

View file

@ -6,6 +6,7 @@
#pragma once
#include <AK/StringView.h>
#include <AK/Types.h>
#include <Kernel/Arch/aarch64/IRQController.h>