summaryrefslogtreecommitdiff
path: root/package/firefox/patches/patch-gfx_angle_src_common_angleutils_cpp
blob: 3839a6551f5579a95080bd98915ac274c2d88902 (plain)
1
2
3
4
5
6
7
8
9
10
--- mozilla-release.orig/gfx/angle/src/common/angleutils.cpp	2015-10-14 23:41:53.000000000 +0200
+++ mozilla-release/gfx/angle/src/common/angleutils.cpp	2015-10-22 21:35:50.503893962 +0200
@@ -8,6 +8,7 @@
 #include "debug.h"
 #include <stdio.h>
 #include <vector>
+#include <cstdio>
 
 size_t FormatStringIntoVector(const char *fmt, va_list vararg, std::vector<char>& outBuffer)
 {