We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75265e4 commit 3731f83Copy full SHA for 3731f83
common.gypi
@@ -36,7 +36,7 @@
36
37
# Reset this number to 0 on major V8 upgrades.
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.15',
+ 'v8_embedder_string': '-node.16',
40
41
##### V8 defaults for Node.js #####
42
deps/v8/src/compiler/turboshaft/utils.h
@@ -6,6 +6,7 @@
6
#define V8_COMPILER_TURBOSHAFT_UTILS_H_
7
8
#include <iostream>
9
+#include <limits>
10
#include <tuple>
11
12
#include "src/base/logging.h"
0 commit comments