build,tools: add more headers to V8 PCH file · nodejs/node@82b7989 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit 82b7989
build,tools: add more headers to V8 PCH file
* Use relative path for easy reuse in other projects PR-URL: #25931Reviewed-By: João Reis reis@janeasystems.com
File tree
2 files changed
lines changed
2 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1 | -#include "tools/msvs/pch/pch_v8_base.h" | |
1 | +#include "pch_v8_base.h" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
1 | +#include "src/api-inl.h" | |
1 | 2 | #include "src/objects-inl.h" |
3 | +#include "src/utils.h" |