mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:57:45 +00:00
Kernel: Oops, add missing #include to fix ENABLE_ALL_THE_DEBUG_MACROS
This commit is contained in:
parent
0dbb22e9e0
commit
54986228bf
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
*/
|
||||
|
||||
#include <AK/BinarySearch.h>
|
||||
#include <AK/ScopeGuard.h>
|
||||
#include <Kernel/Debug.h>
|
||||
#include <Kernel/Process.h>
|
||||
#include <Kernel/VM/AnonymousVMObject.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue