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:
Sönke Holz 2024-02-14 17:12:29 +01:00 committed by Andrew Kaster
parent 2a749525e0
commit 570480c7d5

View file

@ -4,6 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Assertions.h>
#include <Kernel/Arch/Delay.h>
namespace Kernel {