]> granicus.if.org Git - libvpx/commitdiff
fix snprintf error on windows
authorJohann <johann.koenig@duck.com>
Fri, 2 Nov 2018 14:34:12 +0000 (07:34 -0700)
committerJohann <johann.koenig@duck.com>
Fri, 2 Nov 2018 14:34:12 +0000 (07:34 -0700)
Include vpx_ports/msvc.h to handle snprintf on older
versions of Visual Studio

Change-Id: I06cd99b32bbae82b3df079d41ff20a9a07f6fe1c

test/predict_test.cc

index 1c2f2d11d2a7048305f6b01d81ff52b666e4ceec..6420794ffe4f68926b34a65d858df10ff8fad4f0 100644 (file)
@@ -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 {