summaryrefslogtreecommitdiffhomepage
path: root/dev/zba/BootKit
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2024-10-25 21:08:49 +0200
committerAmlal <amlal.elmahrouss@icloud.com>2024-10-25 21:08:49 +0200
commit0d0829659be019b3695795e1604d36591a3c3785 (patch)
tree12a9ffe10d493b7d0fe3b22a5222150e8d7eb5db /dev/zba/BootKit
parent87b734fa4072223f144f90a5dfe2e562c5430c21 (diff)
Fixed bootloader makefile and moved CFKit into it's own namespace.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/zba/BootKit')
-rw-r--r--dev/zba/BootKit/Support.h2
1 files changed, 2 insertions, 0 deletions
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 <cstddef>
+
/// @file Support.h
/// @brief Purpose of this file is to help port libs into the bootloader.