Skip to content

Commit

Permalink
Kernel: Add missing includes in ThreadTracer and WorkQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendiadyoin1 authored and awesomekling committed Dec 30, 2021
1 parent 173a84a commit b1aee18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Kernel/ThreadTracer.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include <AK/Optional.h>
#include <AK/OwnPtr.h>
#include <Kernel/Arch/RegisterState.h>
#include <Kernel/Forward.h>
#include <LibC/sys/arch/i386/regs.h>

Expand Down
1 change: 1 addition & 0 deletions Kernel/WorkQueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <AK/IntrusiveList.h>
#include <Kernel/Forward.h>
#include <Kernel/Locking/SpinlockProtected.h>
#include <Kernel/WaitQueue.h>

namespace Kernel {

Expand Down

0 comments on commit b1aee18

Please sign in to comment.