diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-01 12:50:24 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-01 12:50:24 +0200 |
| commit | 91fbaf05d24a89c3c77a8cbe7a26e27615b85e88 (patch) | |
| tree | 50ca16b00208824c14628ea5650d6476583a92dc /Private/NewBoot/Source | |
| parent | bf1629df18bbbbdb056f676d6c0b8c3a8119a8a2 (diff) | |
Fix bootloader include order.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/Source')
| -rw-r--r-- | Private/NewBoot/Source/HEL/AMD64/BootFileReader.cxx | 1 | ||||
| -rw-r--r-- | Private/NewBoot/Source/HEL/AMD64/BootMain.cxx | 1 | ||||
| -rw-r--r-- | Private/NewBoot/Source/HEL/AMD64/BootTextWriter.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/Private/NewBoot/Source/HEL/AMD64/BootFileReader.cxx b/Private/NewBoot/Source/HEL/AMD64/BootFileReader.cxx index e01d0b96..0f711334 100644 --- a/Private/NewBoot/Source/HEL/AMD64/BootFileReader.cxx +++ b/Private/NewBoot/Source/HEL/AMD64/BootFileReader.cxx @@ -12,6 +12,7 @@ #include <BootKit/Protocol.hxx> #include <BootKit/BootKit.hxx> #include <FirmwareKit/Handover.hxx> +#include <FirmwareKit/EFI/API.hxx> #include <cstddef> /// @file BootFileReader diff --git a/Private/NewBoot/Source/HEL/AMD64/BootMain.cxx b/Private/NewBoot/Source/HEL/AMD64/BootMain.cxx index 0cbeadfa..e0e37b7d 100644 --- a/Private/NewBoot/Source/HEL/AMD64/BootMain.cxx +++ b/Private/NewBoot/Source/HEL/AMD64/BootMain.cxx @@ -4,6 +4,7 @@ ------------------------------------------- */ +#include <FirmwareKit/EFI/API.hxx> #include <BootKit/Rsrc/NewBoot.rsrc> #include <Builtins/Toolbox/Toolbox.hxx> #include <FirmwareKit/EFI.hxx> diff --git a/Private/NewBoot/Source/HEL/AMD64/BootTextWriter.cxx b/Private/NewBoot/Source/HEL/AMD64/BootTextWriter.cxx index 2a92ce6d..13ef35c8 100644 --- a/Private/NewBoot/Source/HEL/AMD64/BootTextWriter.cxx +++ b/Private/NewBoot/Source/HEL/AMD64/BootTextWriter.cxx @@ -11,6 +11,7 @@ ------------------------------------------- */ +#include <FirmwareKit/EFI/API.hxx> #include <BootKit/Platform.hxx> #include <BootKit/Protocol.hxx> #include <BootKit/BootKit.hxx> |
