1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:57:45 +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

@ -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>