Kernel: Add missing Random.h include in x86_64/Processor.cpp

This commit is contained in:
Andreas Kling 2022-12-25 18:47:00 +01:00
parent 7b9ea3efde
commit fb09661420

View file

@ -15,6 +15,7 @@
#include <Kernel/Arch/x86_64/Interrupts/APIC.h>
#include <Kernel/InterruptDisabler.h>
#include <Kernel/Process.h>
#include <Kernel/Random.h>
#include <Kernel/Scheduler.h>
#include <Kernel/Sections.h>
#include <Kernel/StdLib.h>