1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:47:44 +00:00

Kernel: Add missing includes in ThreadTracer and WorkQueue

This commit is contained in:
Hendiadyoin1 2021-12-29 00:41:58 +01:00 committed by Andreas Kling
parent 173a84a2ef
commit b1aee18078
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@
#include <AK/IntrusiveList.h>
#include <Kernel/Forward.h>
#include <Kernel/Locking/SpinlockProtected.h>
#include <Kernel/WaitQueue.h>
namespace Kernel {