mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Kernel: Add missing include that broke the AARCH64 build
This commit is contained in:
parent
a7144a47ab
commit
f61e65a609
Notes:
sideshowbarker
2024-07-17 02:22:23 +09:00
Author: https://github.com/mrkct Commit: https://github.com/SerenityOS/serenity/commit/f61e65a609 Pull-request: https://github.com/SerenityOS/serenity/pull/17765 Reviewed-by: https://github.com/nico ✅
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue