mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Kernel/riscv64: Add missing include in Delay.cpp
This include was missed in 4409b33145
.
RISC-V should build again now.
This commit is contained in:
parent
2a749525e0
commit
570480c7d5
Notes:
sideshowbarker
2024-07-17 01:53:23 +09:00
Author: https://github.com/spholz Commit: https://github.com/SerenityOS/serenity/commit/570480c7d5 Pull-request: https://github.com/SerenityOS/serenity/pull/23196 Reviewed-by: https://github.com/nico ✅
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <AK/Assertions.h>
|
||||
#include <Kernel/Arch/Delay.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
|
Loading…
Reference in a new issue