From 371466abb67061bdc587bc1c233e9de80e7684f0 Mon Sep 17 00:00:00 2001 From: YinZong Date: Fri, 5 Sep 2025 09:11:30 +0000 Subject: [PATCH] fix Signed-off-by: YinZong --- .../test/unittest/src/sandbox_manager_kit_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/inner_api/sandbox_manager/test/unittest/src/sandbox_manager_kit_test.cpp b/frameworks/inner_api/sandbox_manager/test/unittest/src/sandbox_manager_kit_test.cpp index 8cb7cc0..038dd8d 100644 --- a/frameworks/inner_api/sandbox_manager/test/unittest/src/sandbox_manager_kit_test.cpp +++ b/frameworks/inner_api/sandbox_manager/test/unittest/src/sandbox_manager_kit_test.cpp @@ -27,6 +27,7 @@ #include "permission_def.h" #include "permission_state_full.h" #include "policy_info.h" +#include "securec.h" #define private public #include "sandbox_manager_client.h" #undef private -- Gitee