vp9_decodeframe.h: add missing include

Change-Id: I8ef772a016a79cab88bee8e9739530aa030baaa9
This commit is contained in:
James Zern 2015-10-29 16:41:25 -07:00
parent 039f241fc2
commit 68ecfc1e62

View File

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