summaryrefslogtreecommitdiffhomepage
path: root/Boot
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-07-21 09:48:52 +0200
committerAmlal <amlal@zka.com>2024-07-21 09:48:52 +0200
commitea937555b04ae7f39785341e45955b48515e5bf1 (patch)
tree9d865f6eeba5cc395e6cdaa5b1e6fdcf58361b0f /Boot
parent650fee520f526d9cd5ffa75735bd94d5140dd247 (diff)
[IMP] MHR-36: Much better ref class
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'Boot')
-rw-r--r--Boot/Sources/HEL/AMD64/BootMain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Boot/Sources/HEL/AMD64/BootMain.cxx b/Boot/Sources/HEL/AMD64/BootMain.cxx
index 95d795ea..15c9b7e5 100644
--- a/Boot/Sources/HEL/AMD64/BootMain.cxx
+++ b/Boot/Sources/HEL/AMD64/BootMain.cxx
@@ -15,7 +15,7 @@
#include <KernelKit/PE.hxx>
#include <KernelKit/PEF.hxx>
#include <NewKit/Macros.hpp>
-#include <NewKit/Ref.hpp>
+#include <NewKit/Ref.hxx>
#include <BootKit/ProgramLoader.hxx>
#include <cstring>