mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 01:41:59 -05: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
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