Skip to content

Commit 7228ef8

Browse files
targosCommit Bot
authored andcommitted
[objects] Add missing include of isolate-utils.h
On Windows with MSVC, compilation fails because it cannot find the GetIsolateForPtrCompr identifier. Change-Id: Ib03f5c5ef34e409242bbbe93ec83b7734012feb2 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1878712 Reviewed-by: Peter Marshall <[email protected]> Commit-Queue: Peter Marshall <[email protected]> Cr-Commit-Position: refs/heads/master@{#64551}
1 parent dbd2ec3 commit 7228ef8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/objects/hash-table.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "src/base/export-template.h"
1010
#include "src/base/macros.h"
1111
#include "src/common/globals.h"
12+
#include "src/execution/isolate-utils.h"
1213
#include "src/objects/fixed-array.h"
1314
#include "src/objects/smi.h"
1415
#include "src/roots/roots.h"

0 commit comments

Comments
 (0)