shithub: libvpx

Download patch

ref: 68ecfc1e62408800611ed96c37949d65b7f25cf7
parent: 039f241fc2e32b61ca8ea1cec3715a8a9abbe0b2
author: James Zern <[email protected]>
date: Thu Oct 29 12:41:25 EDT 2015

vp9_decodeframe.h: add missing include

Change-Id: I8ef772a016a79cab88bee8e9739530aa030baaa9

--- 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;