Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | include missing header for snprintf definition |
2 | |||||
3 | Upstream-Status: Submitted [https://bugs.webkit.org/show_bug.cgi?id=197088] | ||||
4 | Signed-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 |