Skip to content

Commit 82b7989

Browse files
committed
build,tools: add more headers to V8 PCH file
* Use relative path for easy reuse in other projects PR-URL: #25931 Reviewed-By: João Reis <reis@janeasystems.com>
1 parent 20a917c commit 82b7989

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tools/msvs/pch/pch_v8_base.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#include "tools/msvs/pch/pch_v8_base.h"
1+
#include "pch_v8_base.h"

tools/msvs/pch/pch_v8_base.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
#include "src/api-inl.h"
12
#include "src/objects-inl.h"
3+
#include "src/utils.h"

0 commit comments

Comments
 (0)