build,tools: add more headers to V8 PCH file

* Use relative path for easy reuse in other projects

PR-URL: https://github.com/nodejs/node/pull/25931
Reviewed-By: João Reis <reis@janeasystems.com>
pull/25931/head
Refael Ackermann 2019-02-03 15:52:18 -05:00
parent 20a917c571
commit 82b798907d
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
#include "tools/msvs/pch/pch_v8_base.h"
#include "pch_v8_base.h"

View File

@ -1 +1,3 @@
#include "src/api-inl.h"
#include "src/objects-inl.h"
#include "src/utils.h"