shithub: libvpx

Download patch

ref: 86b1179b3f59815011289ba273f0aa6f02eb06bc
parent: 2aff80d54adb56cde38ee7d024d2ff9fd772d96b
parent: 76d7b379a97b634df19fd37dee1fd446d42933d4
author: Johann Koenig <johannkoenig@google.com>
date: Fri Nov 2 12:23:23 EDT 2018

Merge "fix snprintf error on windows"

--- a/test/predict_test.cc
+++ b/test/predict_test.cc
@@ -22,6 +22,7 @@
 #include "test/util.h"
 #include "vpx/vpx_integer.h"
 #include "vpx_mem/vpx_mem.h"
+#include "vpx_ports/msvc.h"
 
 namespace {