Skip to content

Commit 0afe46b

Browse files
committed
Fix build
1 parent 8e70b63 commit 0afe46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/JavaScriptCore/wasm/WasmCallSlot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#if ENABLE(WEBASSEMBLY)
2929

30-
#include <JavaScriptCore/WasmCallingConvention.h>
30+
#include "WasmCallingConvention.h"
3131
#include <wtf/Expected.h>
3232
#include <wtf/text/WTFString.h>
3333

0 commit comments

Comments
 (0)