File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 55#ifndef V8_WASM_WASM_CODE_POINTER_TABLE_INL_H_
66#define V8_WASM_WASM_CODE_POINTER_TABLE_INL_H_
77
8+ #include < atomic>
9+
810#include " src/common/code-memory-access-inl.h"
911#include " src/common/segmented-table-inl.h"
1012#include " src/wasm/wasm-code-pointer-table.h"
Original file line number Diff line number Diff line change 44
55#include " src/wasm/wasm-code-pointer-table.h"
66
7+ #include < algorithm>
8+ #include < vector>
9+
710#include " src/sandbox/external-entity-table-inl.h"
811#include " src/wasm/wasm-code-pointer-table-inl.h"
912
Original file line number Diff line number Diff line change 55#ifndef V8_WASM_WASM_CODE_POINTER_TABLE_H_
66#define V8_WASM_WASM_CODE_POINTER_TABLE_H_
77
8+ #include < atomic>
9+ #include < vector>
10+
811#include " include/v8-internal.h"
912#include " src/common/segmented-table.h"
1013
You can’t perform that action at this time.
0 commit comments