From 474b20005851cd74928d6f4c27d9739d6c3aba73 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 23 Apr 2024 13:36:07 +0200 Subject: MHR-11: Fix compilation error due to missing header. Signed-off-by: Amlal El Mahrouss --- Private/NewBoot/Source/HEL/AMD64/BootMain.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Private/NewBoot/Source/HEL/AMD64/BootMain.cxx b/Private/NewBoot/Source/HEL/AMD64/BootMain.cxx index 6373ed39..c4e741a4 100644 --- a/Private/NewBoot/Source/HEL/AMD64/BootMain.cxx +++ b/Private/NewBoot/Source/HEL/AMD64/BootMain.cxx @@ -6,7 +6,7 @@ #include #include -#include +#include #include #include #include -- cgit v1.2.3