aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_skia_src_sksl_SkSLString.h
blob: a6806cbac266606c9f4a4508b9491e9d0d5a0099 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/skia/src/sksl/SkSLString.h.orig	2019-12-16 21:56:18 UTC
+++ third_party/skia/src/sksl/SkSLString.h
@@ -17,6 +17,8 @@
 #include "include/core/SkString.h"
 #endif
 
+#include <stdarg.h>
+
 namespace SkSL {
 
 // Represents a (not necessarily null-terminated) slice of a string.