From 825b4f09ca6f551551c4f3be5d72517eab504860 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 2 Dec 2025 15:57:26 -0500 Subject: chore: new Kernel API for KString, ArrayList and ErrorOr. Signed-off-by: Amlal El Mahrouss --- src/boot/BootKit/Qr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/boot') diff --git a/src/boot/BootKit/Qr.h b/src/boot/BootKit/Qr.h index ab4696cc..a07e03c9 100644 --- a/src/boot/BootKit/Qr.h +++ b/src/boot/BootKit/Qr.h @@ -1,12 +1,12 @@ #ifndef QR_H #define QR_H +#include #include #include -#include -#include #include #include +#include #include /// @note the QR code is still code 128, it utilizes the same concept of having it's own character -- cgit v1.2.3