Skip to content

Commit 6064c36

Browse files
committed
fix compile error for JavaScriptCore backend on macOS arm64 architecture
1 parent e787578 commit 6064c36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/JavaScriptCore/JscValue.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "../../src/Value.h"
2222
#include "JscEngine.h"
2323
#include "JscHelper.hpp"
24+
#include "JscReference.hpp"
2425

2526
namespace script {
2627

0 commit comments

Comments
 (0)