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:
parent
173a84a2ef
commit
b1aee18078
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <AK/IntrusiveList.h>
|
||||
#include <Kernel/Forward.h>
|
||||
#include <Kernel/Locking/SpinlockProtected.h>
|
||||
#include <Kernel/WaitQueue.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue