SPM: Fix build warnings
This patch fixes some build warnings
Change-Id: I749f92f7014433afede634771849242a80fc00ff
Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/secure_fw/spm/cmsis_psa/main.c b/secure_fw/spm/cmsis_psa/main.c
index 7019b33..7d34578 100644
--- a/secure_fw/spm/cmsis_psa/main.c
+++ b/secure_fw/spm/cmsis_psa/main.c
@@ -10,6 +10,7 @@
#include "compile_check_defs.h"
#include "region.h"
#include "spm_ipc.h"
+#include "tfm_hal_isolation.h"
#include "tfm_hal_platform.h"
#include "tfm_nspm.h"
#include "tfm_spm_hal.h"