shithub: libvpx

Download patch

ref: 8f9c9ab5c919ef4c05ba846e5d1b64bb627b14e5
parent: dc9d36c0a6c749616d5543aa208864d7b0181fea
author: James Zern <[email protected]>
date: Thu Oct 29 12:41:25 EDT 2015

vp9_decodeframe.h: add missing include

Change-Id: I8ef772a016a79cab88bee8e9739530aa030baaa9
(cherry picked from commit 68ecfc1e62408800611ed96c37949d65b7f25cf7)

--- a/vp9/decoder/vp9_decodeframe.h
+++ b/vp9/decoder/vp9_decodeframe.h
@@ -16,6 +16,8 @@
 extern "C" {
 #endif
 
+#include "vp9/common/vp9_enums.h"
+
 struct VP9Decoder;
 struct vpx_read_bit_buffer;