From 0d0829659be019b3695795e1604d36591a3c3785 Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 25 Oct 2024 21:08:49 +0200 Subject: Fixed bootloader makefile and moved CFKit into it's own namespace. Signed-off-by: Amlal --- dev/zba/BootKit/Support.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev/zba/BootKit') diff --git a/dev/zba/BootKit/Support.h b/dev/zba/BootKit/Support.h index 99fe0cb0..a5061143 100644 --- a/dev/zba/BootKit/Support.h +++ b/dev/zba/BootKit/Support.h @@ -6,6 +6,8 @@ #pragma once +#include + /// @file Support.h /// @brief Purpose of this file is to help port libs into the bootloader. -- cgit v1.2.3