summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohann Koenig <johannkoenig@google.com>2018-11-02 16:23:23 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-11-02 16:23:23 +0000
commit86b1179b3f59815011289ba273f0aa6f02eb06bc (patch)
tree9f6ddfe04576a637fc4900df6d65d13377396586 /test
parent2aff80d54adb56cde38ee7d024d2ff9fd772d96b (diff)
parent76d7b379a97b634df19fd37dee1fd446d42933d4 (diff)
downloadlibvpx-86b1179b3f59815011289ba273f0aa6f02eb06bc.tar
libvpx-86b1179b3f59815011289ba273f0aa6f02eb06bc.tar.gz
libvpx-86b1179b3f59815011289ba273f0aa6f02eb06bc.tar.bz2
libvpx-86b1179b3f59815011289ba273f0aa6f02eb06bc.zip
Merge "fix snprintf error on windows"
Diffstat (limited to 'test')
-rw-r--r--test/predict_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/predict_test.cc b/test/predict_test.cc
index 1c2f2d11d..6420794ff 100644
--- 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 {