summaryrefslogtreecommitdiff
path: root/deps/v8/src/accessors.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/accessors.h')
-rw-r--r--deps/v8/src/accessors.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/v8/src/accessors.h b/deps/v8/src/accessors.h
index 227af745b7..3c0079de89 100644
--- a/deps/v8/src/accessors.h
+++ b/deps/v8/src/accessors.h
@@ -5,12 +5,18 @@
#ifndef V8_ACCESSORS_H_
#define V8_ACCESSORS_H_
+#include "include/v8.h"
#include "src/allocation.h"
#include "src/globals.h"
+#include "src/handles.h"
+#include "src/property-details.h"
namespace v8 {
namespace internal {
+// Forward declarations.
+class ExecutableAccessorInfo;
+
// The list of accessor descriptors. This is a second-order macro
// taking a macro to be applied to all accessor descriptor names.
#define ACCESSOR_INFO_LIST(V) \