From a22a577ac319f28096938dfdbe8d23cdedec4dd5 Mon Sep 17 00:00:00 2001 From: qianyong325 Date: Sun, 24 Aug 2025 20:21:39 +0800 Subject: [PATCH] remove ark-root in merge_abc https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICUE2W Signed-off-by: qianyong325 Change-Id: Ie9293235e9d49cd8c84de7f0d59cdb7bf88cf819 --- tooling/dynamic/utils/utils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tooling/dynamic/utils/utils.cpp b/tooling/dynamic/utils/utils.cpp index 88802c42..a7a1d2ba 100644 --- a/tooling/dynamic/utils/utils.cpp +++ b/tooling/dynamic/utils/utils.cpp @@ -13,6 +13,7 @@ * limitations under the License. */ #include +#include #include "common/log_wrapper.h" #include "tooling/dynamic/utils/utils.h" -- Gitee