1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:37:35 +00:00

Kernel: Add missing include to Jail.h

This commit is contained in:
Marco Cutecchia 2023-03-16 09:27:02 +01:00 committed by Linus Groh
parent 6fc9f5fa28
commit d0403d24d4

View file

@ -17,6 +17,7 @@
#include <Kernel/KString.h>
#include <Kernel/Library/LockRefPtr.h>
#include <Kernel/Locking/SpinlockProtected.h>
#include <Kernel/Process.h>
namespace Kernel {