Kernel: Add missing include that broke the AARCH64 build

This commit is contained in:
Marco Cutecchia 2023-03-08 12:54:45 +01:00 committed by Andreas Kling
parent a7144a47ab
commit f61e65a609
Notes: sideshowbarker 2024-07-17 02:22:23 +09:00

View File

@ -11,6 +11,7 @@
#include <AK/Platform.h>
#include <AK/Time.h>
#include <AK/Types.h>
#include <AK/Vector.h>
#include <Kernel/API/TimePage.h>
#include <Kernel/Arch/RegisterState.h>
#include <Kernel/Forward.h>