mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
Kernel/Interrupts: Add missing include for IRQController header file
This is necessary for the next commit in the patch, otherwise this can't be compiled. It seems like this was a hidden issue that is discovered now only by changing includes in a mass-scale.
This commit is contained in:
parent
99bac4f34f
commit
7310a9a641
Notes:
sideshowbarker
2024-07-17 14:36:19 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/7310a9a641 Pull-request: https://github.com/SerenityOS/serenity/pull/13772
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <AK/RefCounted.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/Interrupts/GenericInterruptHandler.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Reference in a new issue