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 <[email protected]>
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

+1-1
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

+2
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)