summaryrefslogtreecommitdiff
path: root/devel/electron5/files/patch-v8_src_log-utils.h
blob: dc2ecb7eb5db432d7399b6c33150437f484e28f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- v8/src/log-utils.h.orig	2019-04-08 08:34:40 UTC
+++ v8/src/log-utils.h
@@ -16,6 +16,8 @@
 #include "src/flags.h"
 #include "src/ostreams.h"
 
+#include <stdarg.h>
+
 namespace v8 {
 namespace internal {