]> granicus.if.org Git - libvpx/commitdiff
vp9_decodeframe.h: add missing include
authorJames Zern <jzern@google.com>
Thu, 29 Oct 2015 23:41:25 +0000 (16:41 -0700)
committerJames Zern <jzern@google.com>
Thu, 29 Oct 2015 23:41:25 +0000 (16:41 -0700)
Change-Id: I8ef772a016a79cab88bee8e9739530aa030baaa9

vp9/decoder/vp9_decodeframe.h

index 05af7063b1c9afa62afe8e3aa516895596ed0eec..ce33cbdbd916855c7a4c0f572640b535222d93e0 100644 (file)
@@ -16,6 +16,8 @@
 extern "C" {
 #endif
 
+#include "vp9/common/vp9_enums.h"
+
 struct VP9Decoder;
 struct vpx_read_bit_buffer;