Skip to content

Commit

Permalink
Kernel: Add missing Random.h include in x86_64/Processor.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Dec 28, 2022
1 parent 7b9ea3e commit fb09661
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kernel/Arch/x86_64/Processor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fb09661

Please sign in to comment.