vp9_decodeframe.h: add missing include

Change-Id: I8ef772a016a79cab88bee8e9739530aa030baaa9
(cherry picked from commit 68ecfc1e62)
This commit is contained in:
James Zern
2015-10-29 16:41:25 -07:00
parent dc9d36c0a6
commit 8f9c9ab5c9

View File

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