From e32ef32202aed15f755c5989e2009cf3e226a3bc Mon Sep 17 00:00:00 2001 From: tx_haggis <13982343+adbancroft@users.noreply.github.com> Date: Tue, 24 Feb 2026 08:02:02 -0600 Subject: [PATCH] Add missing include --- include/intelhex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/intelhex.h b/include/intelhex.h index 428a701..412fe07 100644 --- a/include/intelhex.h +++ b/include/intelhex.h @@ -5,7 +5,7 @@ #ifndef INTELHEXH #define INTELHEXH - +#include #include #include #include