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
commit 54986228bf
Notes: sideshowbarker 2024-07-18 22:25:31 +09:00

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>