summaryrefslogtreecommitdiff
path: root/net-libs/nodejs/files/nodejs-26.6.0-v8-climits.patch
blob: eb573d9e8721798e9e8614179377b7bfec1204a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
https://bugs.gentoo.org/977377
--- a/deps/v8/src/base/memcopy.h
+++ b/deps/v8/src/base/memcopy.h
@@ -5,6 +5,7 @@
 #ifndef V8_BASE_MEMCOPY_H_
 #define V8_BASE_MEMCOPY_H_

+#include <climits>
 #include <stdlib.h>

 #include <atomic>