From 40372f740d753c490969d497909ee6e99cceed89 Mon Sep 17 00:00:00 2001 From: qianyong325 Date: Thu, 28 Aug 2025 14:22:14 +0800 Subject: [PATCH] remove ark_root and fix build issue Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICUE2W Signed-off-by: qianyong325 Change-Id: I7af1044d8f0b596b223f548c9e027b5eabb3940e --- tooling/dynamic/utils/utils.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tooling/dynamic/utils/utils.cpp b/tooling/dynamic/utils/utils.cpp index 88802c42..3886c1e7 100644 --- a/tooling/dynamic/utils/utils.cpp +++ b/tooling/dynamic/utils/utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -13,6 +13,7 @@ * limitations under the License. */ #include +#include #include "common/log_wrapper.h" #include "tooling/dynamic/utils/utils.h" -- Gitee