diff --git a/deps/v8/src/wasm/wasm-code-pointer-table-inl.h b/deps/v8/src/wasm/wasm-code-pointer-table-inl.h index 94eb3b8a71c..0f579b12c7d 100644 --- a/deps/v8/src/wasm/wasm-code-pointer-table-inl.h +++ b/deps/v8/src/wasm/wasm-code-pointer-table-inl.h @@ -5,6 +5,8 @@ #ifndef V8_WASM_WASM_CODE_POINTER_TABLE_INL_H_ #define V8_WASM_WASM_CODE_POINTER_TABLE_INL_H_ +#include + #include "src/common/code-memory-access-inl.h" #include "src/common/segmented-table-inl.h" #include "src/wasm/wasm-code-pointer-table.h" diff --git a/deps/v8/src/wasm/wasm-code-pointer-table.cc b/deps/v8/src/wasm/wasm-code-pointer-table.cc index 725cca9de5f..8eb9fea0695 100644 --- a/deps/v8/src/wasm/wasm-code-pointer-table.cc +++ b/deps/v8/src/wasm/wasm-code-pointer-table.cc @@ -4,6 +4,9 @@ #include "src/wasm/wasm-code-pointer-table.h" +#include +#include + #include "src/sandbox/external-entity-table-inl.h" #include "src/wasm/wasm-code-pointer-table-inl.h" diff --git a/deps/v8/src/wasm/wasm-code-pointer-table.h b/deps/v8/src/wasm/wasm-code-pointer-table.h index b0a2b5f6e37..7d7c29b55b2 100644 --- a/deps/v8/src/wasm/wasm-code-pointer-table.h +++ b/deps/v8/src/wasm/wasm-code-pointer-table.h @@ -5,6 +5,9 @@ #ifndef V8_WASM_WASM_CODE_POINTER_TABLE_H_ #define V8_WASM_WASM_CODE_POINTER_TABLE_H_ +#include +#include + #include "include/v8-internal.h" #include "src/common/segmented-table.h"