Kernel/aarch64: Include Error.h to fix aarch64 missing ErrorOr

This commit is contained in:
Steffen Rusitschka 2023-02-03 17:36:33 +01:00 committed by Jelle Raaijmakers
parent a053807be5
commit 198f2945bf

View file

@ -6,6 +6,7 @@
#pragma once
#include <AK/Error.h>
#include <AK/Types.h>
#include <AK/Userspace.h>
#include <Kernel/API/POSIX/sched.h>