summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/struct.h')
-rw-r--r--deps/v8/src/objects/struct.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/objects/struct.h b/deps/v8/src/objects/struct.h
index fcae2e593d..fa4fe42b62 100644
--- a/deps/v8/src/objects/struct.h
+++ b/deps/v8/src/objects/struct.h
@@ -7,7 +7,6 @@
#include "src/objects/heap-object.h"
#include "src/objects/objects.h"
-#include "torque-generated/class-definitions.h"
// Has to be the last include (doesn't have include guards):
#include "src/objects/object-macros.h"
@@ -15,6 +14,8 @@
namespace v8 {
namespace internal {
+#include "torque-generated/src/objects/struct-tq.inc"
+
// An abstract superclass, a marker class really, for simple structure classes.
// It doesn't carry any functionality but allows struct classes to be
// identified in the type system.