shithub: libvpx

Download patch

ref: 563c273738c86964ea99baada97ed1ecca134c33
parent: 20abe595ece7d2de6da641fcbf98b98a5674dc10
author: James Zern <jzern@google.com>
date: Mon Sep 9 18:20:41 EDT 2013

test/idct_test: add missing vpx_integer.h include

Change-Id: I9de764638ec981bb34fc8e183985d8c285b006fb

--- a/test/idct_test.cc
+++ b/test/idct_test.cc
@@ -16,6 +16,8 @@
 #include "test/register_state_check.h"
 #include "third_party/googletest/src/include/gtest/gtest.h"
 
+#include "vpx/vpx_integer.h"
+
 typedef void (*idct_fn_t)(int16_t *input, unsigned char *pred_ptr,
                           int pred_stride, unsigned char *dst_ptr,
                           int dst_stride);