Skip to content

Commit 60a5cc7

Browse files
committed
electron24: fix missing include
1 parent 3bbef0f commit 60a5cc7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

srcpkgs/electron24/patches/fix-include.patch

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,3 +391,13 @@
391391
#include <string>
392392
#include <vector>
393393

394+
--- a/src/v8/src/heap/cppgc/stats-collector.h
395+
+++ b/src/v8/src/heap/cppgc/stats-collector.h
396+
@@ -8,6 +8,7 @@
397+
#include <stddef.h>
398+
#include <stdint.h>
399+
400+
+#include <algorithm>
401+
#include <atomic>
402+
#include <vector>
403+

0 commit comments

Comments
 (0)