Index: source/libvpx/vp9/vp9_iface_common.h |
diff --git a/source/libvpx/vp9/vp9_iface_common.h b/source/libvpx/vp9/vp9_iface_common.h |
index e585aa1472505cbc1be52a82866b3abecbf0cdfb..58bb7d5d6486fb6fef9439bdc105e72f0a498730 100644 |
--- a/source/libvpx/vp9/vp9_iface_common.h |
+++ b/source/libvpx/vp9/vp9_iface_common.h |
@@ -10,6 +10,8 @@ |
#ifndef VP9_VP9_IFACE_COMMON_H_ |
#define VP9_VP9_IFACE_COMMON_H_ |
+#include "vpx_ports/mem.h" |
+ |
static void yuvconfig2image(vpx_image_t *img, const YV12_BUFFER_CONFIG *yv12, |
void *user_priv) { |
/** vpx_img_wrap() doesn't allow specifying independent strides for |