summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/idct_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/idct_test.cc b/test/idct_test.cc
index ea61e0b18..2c7fa0ef8 100644
--- a/test/idct_test.cc
+++ b/test/idct_test.cc
@@ -16,6 +16,8 @@ extern "C" {
#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);