1
Fork 0
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:
Andreas Kling 2021-02-11 22:15:55 +01:00
parent 0dbb22e9e0
commit 54986228bf

View file

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