blob: b1481d78e838cabddf1c47e6341f710da364da34 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001include missing header for snprintf definition
2
3Upstream-Status: Submitted [https://bugs.webkit.org/show_bug.cgi?id=197088]
4Signed-off-by: Khem Raj <raj.khem@gmail.com>
5
6--- a/Source/WebCore/platform/text/TextCodec.cpp
7+++ b/Source/WebCore/platform/text/TextCodec.cpp
8@@ -28,6 +28,7 @@
9 #include "TextCodec.h"
10
11 #include <array>
12+#include <cstdio>
13
14 namespace WebCore {
15