!9594 fix arkui-x build failed

Merge pull request !9594 from txzhang94/0929
This commit is contained in:
oh_ci 2024-09-29 07:50:39 +00:00 committed by Gitee
commit 8a5045c516
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -18,11 +18,7 @@
#include <cstdint>
#include "ecmascript/platform/ecma_string_hash.h"
#ifdef PANDA_TARGET_ARM64
#include "ecmascript/platform/arm64/ecma_string_hash_internal.h"
#else
#include "ecmascript/platform/common/ecma_string_hash_internal.h"
#endif
namespace panda::ecmascript {
class EcmaStringHashHelper {