commit a80251f907641ffb2041ac35fc90f1ec659364ed
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Feb 14 00:38:05 2022 +0000
fix
gcc12.patch | 10 ++++++++++
1 file changed, 10 insertions(+)
---
diff --git a/gcc12.patch b/gcc12.patch
index 8ae6664..afcee90 100644
--- a/gcc12.patch
+++ b/gcc12.patch
@@ -8,3 +8,13 @@
#include <algorithm>
#include <limits>
+--- a/v8/src/heap/cppgc/prefinalizer-handler.h
++++ b/v8/src/heap/cppgc/prefinalizer-handler.h
+@@ -6,6 +6,7 @@
+ #define V8_HEAP_CPPGC_PREFINALIZER_HANDLER_H_
+
+ #include <vector>
++#include <utility>
+
+ #include "include/cppgc/prefinalizer.h"
+
Show replies by date