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:
Liav A 2023-02-20 17:41:04 +02:00 committed by Linus Groh
commit 12b7328c22
Notes: sideshowbarker 2024-07-17 03:27:40 +09:00
7 changed files with 7 additions and 0 deletions

View file

@ -9,6 +9,7 @@
#include <Kernel/FileSystem/DevPtsFS/FileSystem.h>
#include <Kernel/FileSystem/DevPtsFS/Inode.h>
#include <Kernel/TTY/SlavePTY.h>
#include <Kernel/Time/TimeManagement.h>
namespace Kernel {