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