patch-gfx_angle_src_common_angleutils_cpp 382 B

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