aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_skia_src_sksl_SkSLString.h
blob: b634b6f0351f0060ba654e8a8eb01303c7efe014 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/skia/src/sksl/SkSLString.h.orig	2021-04-14 18:43:09 UTC
+++ third_party/skia/src/sksl/SkSLString.h
@@ -17,6 +17,8 @@
 #include "include/core/SkString.h"
 #endif
 
+#include <stdarg.h>
+
 namespace SkSL {
 
 class String;