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
commit b1aee18078
Notes: sideshowbarker 2024-07-17 21:55:02 +09:00
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 {