From 24a444850a1fb1d7ad280f6bc132f34f4c65ecd1 Mon Sep 17 00:00:00 2001 From: lukai Date: Thu, 14 Aug 2025 10:22:03 +0800 Subject: [PATCH] Code sync Code sync Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/ICSVEJ Signed-off-by: lukai Change-Id: I9514f85d4db0743a127ea8b7cd2b57ce7d7e421d --- ecmascript/runtime_lock.cpp | 1 + ecmascript/runtime_lock.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ecmascript/runtime_lock.cpp b/ecmascript/runtime_lock.cpp index 3b3bdda823..7ccac15310 100644 --- a/ecmascript/runtime_lock.cpp +++ b/ecmascript/runtime_lock.cpp @@ -13,6 +13,7 @@ * limitations under the License. */ +#include "ecmascript/mem/heap-inl.h" #include "ecmascript/runtime_lock.h" namespace panda::ecmascript { diff --git a/ecmascript/runtime_lock.h b/ecmascript/runtime_lock.h index 698dda48dc..463a9fd383 100644 --- a/ecmascript/runtime_lock.h +++ b/ecmascript/runtime_lock.h @@ -16,7 +16,6 @@ #ifndef ECMASCRIPT_RUNTIME_LOCK_H #define ECMASCRIPT_RUNTIME_LOCK_H -#include "ecmascript/mem/heap-inl.h" #include "ecmascript/js_thread.h" #include "ecmascript/platform/mutex.h" #include "ecmascript/checkpoint/thread_state_transition.h" -- Gitee