Skip to content

Commit

Permalink
build: adapt v8_pch.h to V8 9.3
Browse files Browse the repository at this point in the history
A header was moved.

Refs: v8/v8@7f5383e

PR-URL: #39469
Backport-PR-URL: #39947
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
targos committed Sep 1, 2021
1 parent 9f105c7 commit beca890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/msvs/pch/v8_pch.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#include "src/api/api-inl.h"
#include "src/ast/ast.h"
#include "src/base/vector.h"
#include "src/builtins/builtins-definitions.h"
#include "src/common/globals.h"
#include "src/objects/objects-inl.h"
#include "src/objects/dictionary-inl.h"
#include "src/objects/js-objects-inl.h"
#include "src/objects/fixed-array-inl.h"
#include "src/utils/utils.h"
#include "src/utils/vector.h"


#include <algorithm>
Expand Down

0 comments on commit beca890

Please sign in to comment.