From 821d750d4d37301104f4d4355743b119a1a589c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=BA=91=E9=A3=9E?= Date: Tue, 19 Aug 2025 17:41:52 +0800 Subject: [PATCH] test` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 杨云飞 --- ecmascript/js_stable_array.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecmascript/js_stable_array.cpp b/ecmascript/js_stable_array.cpp index 07518b72f0..a419478ac1 100644 --- a/ecmascript/js_stable_array.cpp +++ b/ecmascript/js_stable_array.cpp @@ -14,9 +14,9 @@ */ #include "ecmascript/js_stable_array.h" +#include "ecmascript/interpreter/fast_runtime_stub-inl.h" #include "ecmascript/base/typed_array_helper-inl.h" -#include "ecmascript/interpreter/fast_runtime_stub-inl.h" namespace panda::ecmascript { using TypedArrayHelper = base::TypedArrayHelper; -- Gitee