mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
AK+Kernel: Add includes before removing Kernel/ProcessExposed.h
Apparently without this file, we won't be able to compile due to missing includes to TimeManagement and KBufferBuilder.
This commit is contained in:
parent
87c4080d00
commit
12b7328c22
Notes:
sideshowbarker
2024-07-17 03:27:40 +09:00
Author: https://github.com/supercomputer7
Commit: 12b7328c22
Pull-request: https://github.com/SerenityOS/serenity/pull/17554
Reviewed-by: https://github.com/linusg
7 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
#include <Kernel/FileSystem/Custody.h>
|
||||
#include <Kernel/FileSystem/OpenFileDescription.h>
|
||||
#include <Kernel/FileSystem/VirtualFileSystem.h>
|
||||
#include <Kernel/KBufferBuilder.h>
|
||||
#include <Kernel/KLexicalPath.h>
|
||||
#include <Kernel/Locking/Spinlock.h>
|
||||
#include <Kernel/Memory/ScopedAddressSpaceSwitcher.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue