Skip to content

Commit e9f7149

Browse files
committed
fixup! v8: include right headers in torque output
1 parent 00cc36f commit e9f7149

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deps/v8/src/torque/implementation-visitor.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3967,6 +3967,7 @@ void ImplementationVisitor::GenerateExportedMacrosAssembler(
39673967
cc_contents << "#include \"src/objects/free-space.h\"\n";
39683968
cc_contents << "#include \"src/objects/js-regexp-string-iterator.h\"\n";
39693969
cc_contents << "#include \"src/objects/ordered-hash-table.h\"\n";
3970+
cc_contents << "#include \"src/objects/property-descriptor-object.h\"\n";
39703971
cc_contents << "#include \"src/objects/synthetic-module.h\"\n";
39713972
cc_contents << "#include \"src/objects/template-objects.h\"\n";
39723973
{

0 commit comments

Comments
 (0)