| Index: src/wasm/wasm-interpreter.cc
|
| diff --git a/src/wasm/wasm-interpreter.cc b/src/wasm/wasm-interpreter.cc
|
| index cbc99eb57ed8eb8220a782f51726bf6b9c54b472..0bd0589d8f8b927ec5898e5d4c21055fde706d71 100644
|
| --- a/src/wasm/wasm-interpreter.cc
|
| +++ b/src/wasm/wasm-interpreter.cc
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "src/utils.h"
|
| #include "src/wasm/decoder.h"
|
| +#include "src/wasm/function-body-decoder-impl.h"
|
| #include "src/wasm/function-body-decoder.h"
|
| #include "src/wasm/wasm-external-refs.h"
|
| #include "src/wasm/wasm-limits.h"
|
|
|