We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b962dd commit a350d8bCopy full SHA for a350d8b
common.gypi
@@ -39,7 +39,7 @@
39
40
# Reset this number to 0 on major V8 upgrades.
41
# Increment by one for each non-official patch applied to deps/v8.
42
- 'v8_embedder_string': '-node.13',
+ 'v8_embedder_string': '-node.14',
43
44
##### V8 defaults for Node.js #####
45
deps/v8/include/v8.h
@@ -19,6 +19,7 @@
19
#include <stdint.h>
20
#include <stdio.h>
21
#include <memory>
22
+#include <string>
23
#include <type_traits>
24
#include <utility>
25
#include <vector>
0 commit comments