commit | f059daa32e8f144c23a815d05b64ca3a4ce33b63 | [log] [tgz] |
---|---|---|
author | Nathan E. Egge <negge@mozilla.com> | Thu May 04 21:06:49 2017 -0400 |
committer | Nathan Egge <negge@mozilla.com> | Mon May 15 22:58:37 2017 +0000 |
tree | c288e419400427ac11694d1fab8dab6946f14170 | |
parent | b09b55dbfb31ee3b13958b5cacf398bfe2d71c5b [diff] |
Add missing include for MAX_SEGMENTS define. Change-Id: I69031c3f0fdd363058c159a8ee008b18469e81c1
diff --git a/av1/decoder/inspection.h b/av1/decoder/inspection.h index 44132d5..73faa68 100644 --- a/av1/decoder/inspection.h +++ b/av1/decoder/inspection.h
@@ -18,6 +18,7 @@ #if CONFIG_ACCOUNTING #include "av1/decoder/accounting.h" #endif +#include "./av1/common/seg_common.h" typedef void (*aom_inspect_cb)(void *decoder, void *data);