diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-27 11:58:54 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-27 11:58:54 +0100 |
| commit | a33d9510bd36a9fdb98f291250a025cd4bec8bc1 (patch) | |
| tree | f060a1f0624cf538c34abf700091bb7350a36af1 /Private/KernelKit/PECodeManager.hxx | |
| parent | 9614c53b82037f77d5b57777560f8a320cb2ac4f (diff) | |
Kernel: working on interrupts, almost fix them.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/KernelKit/PECodeManager.hxx')
| -rw-r--r-- | Private/KernelKit/PECodeManager.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Private/KernelKit/PECodeManager.hxx b/Private/KernelKit/PECodeManager.hxx index e8af541e..bd72f4ec 100644 --- a/Private/KernelKit/PECodeManager.hxx +++ b/Private/KernelKit/PECodeManager.hxx @@ -18,3 +18,7 @@ // LAST REV: Mon Feb 12 13:52:01 CET 2024 //////////////////////////////////////////////////// + +#include <KernelKit/PE.hpp> +#include <NewKit/ErrorOr.hpp> +#include <NewKit/String.hpp>
\ No newline at end of file |
