summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_thread_common.c
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2015-08-31 14:36:35 -0700
committerJohann <johannkoenig@google.com>2015-08-31 14:36:35 -0700
commitc5f11912ae328a912ef087fdcd074ff07e96d8f9 (patch)
tree8f86d8b55b136951532cedc0c8807a1651e91057 /vp9/common/vp9_thread_common.c
parent9a9b1cf7727c20cb42bfb4012dee0c55c6fd572d (diff)
downloadlibvpx-c5f11912ae328a912ef087fdcd074ff07e96d8f9.tar
libvpx-c5f11912ae328a912ef087fdcd074ff07e96d8f9.tar.gz
libvpx-c5f11912ae328a912ef087fdcd074ff07e96d8f9.tar.bz2
libvpx-c5f11912ae328a912ef087fdcd074ff07e96d8f9.zip
Include vpx_dsp_common.h when using VPXMIN/MAX
Change-Id: I2e387a06484a06301f3cd6600c4ba2f4335b61ee
Diffstat (limited to 'vp9/common/vp9_thread_common.c')
-rw-r--r--vp9/common/vp9_thread_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp9/common/vp9_thread_common.c b/vp9/common/vp9_thread_common.c
index 2e6285a42..8324ceaf1 100644
--- a/vp9/common/vp9_thread_common.c
+++ b/vp9/common/vp9_thread_common.c
@@ -9,6 +9,7 @@
*/
#include "./vpx_config.h"
+#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vp9/common/vp9_entropymode.h"
#include "vp9/common/vp9_thread_common.h"