mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
electron24: fix missing include
This commit is contained in:
parent
3bbef0f16f
commit
60a5cc7271
1 changed files with 10 additions and 0 deletions
|
@ -391,3 +391,13 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
--- a/src/v8/src/heap/cppgc/stats-collector.h
|
||||||
|
+++ b/src/v8/src/heap/cppgc/stats-collector.h
|
||||||
|
@@ -8,6 +8,7 @@
|
||||||
|
#include <stddef.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
|
+#include <algorithm>
|
||||||
|
#include <atomic>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue