| Index: src/wasm/wasm-objects.h
|
| diff --git a/src/wasm/wasm-objects.h b/src/wasm/wasm-objects.h
|
| index 5f306d36fce57df0f33511fc49c2dc87243b706c..f587b3cf9c1b1fb71553fedd5560a1a858f4c134 100644
|
| --- a/src/wasm/wasm-objects.h
|
| +++ b/src/wasm/wasm-objects.h
|
| @@ -1,3 +1,4 @@
|
| +
|
| // Copyright 2016 the V8 project authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| @@ -6,6 +7,7 @@
|
| #define V8_WASM_OBJECTS_H_
|
|
|
| #include "src/objects-inl.h"
|
| +#include "src/trap-handler/trap-handler.h"
|
| #include "src/wasm/managed.h"
|
|
|
| namespace v8 {
|
|
|