From 5ad0e68d8e53c9387eab2d616b9bb76dca3a768a Mon Sep 17 00:00:00 2001 From: Eric Katzfey Date: Tue, 20 Feb 2024 15:33:26 -0800 Subject: [PATCH] Fix build error for Qurt platform in pab_manifest.c --- platforms/common/pab_manifest.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platforms/common/pab_manifest.c b/platforms/common/pab_manifest.c index d0570708a7..aa2958631f 100644 --- a/platforms/common/pab_manifest.c +++ b/platforms/common/pab_manifest.c @@ -48,6 +48,8 @@ #include +#if defined(BOARD_HAS_HW_SPLIT_VERSIONING) + #include #include #include @@ -57,7 +59,6 @@ /**************************************************************************** * Pre-Processor Definitions ****************************************************************************/ -#if defined(BOARD_HAS_HW_SPLIT_VERSIONING) typedef struct { hw_base_id_t hw_base_id; /* The ID of the Base */