Kernel: Add an x86 include check+error in x86/PageFault.h

This commit is contained in:
James Mintram 2021-12-01 17:14:19 +00:00 committed by Brian Gianforcaro
commit eb33df0c30
Notes: sideshowbarker 2024-07-17 23:14:32 +09:00
6 changed files with 10 additions and 2 deletions

View file

@ -6,6 +6,7 @@
#include <AK/Memory.h>
#include <AK/StringView.h>
#include <Kernel/Arch/x86/PageFault.h>
#include <Kernel/Debug.h>
#include <Kernel/FileSystem/Inode.h>
#include <Kernel/Memory/AnonymousVMObject.h>