From bb83659cf509f659cf1dd2e4ad239a32ad9ce119 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 3 Feb 2024 10:07:06 +0100 Subject: WiP: See below. - GetDevicePathSize - IsDevicePathValid - DuplicateDevicePath - Fix kernel build on MinGW-gcc. - Will also work on kernel disk bootstrap drivers (ATA, NVME). - Add compile_flags.txt for drivers to lint correctly. Signed-off-by: Amlal El Mahrouss --- Private/Source/RuntimeMain.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Private/Source/RuntimeMain.cxx') diff --git a/Private/Source/RuntimeMain.cxx b/Private/Source/RuntimeMain.cxx index 0cbdac1c..e042fb82 100644 --- a/Private/Source/RuntimeMain.cxx +++ b/Private/Source/RuntimeMain.cxx @@ -8,7 +8,7 @@ */ #include -#include +#include #include #include #include -- cgit v1.2.3