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 */