diff --git a/ecmascript/js_stable_array.cpp b/ecmascript/js_stable_array.cpp index 07518b72f06a115f98b5dd3f163de4bb262ab035..a419478ac1f20250ccb335c0817da03d5118d85a 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;