From f059daa32e8f144c23a815d05b64ca3a4ce33b63 Mon Sep 17 00:00:00 2001 From: "Nathan E. Egge" Date: Thu, 4 May 2017 21:06:49 -0400 Subject: [PATCH] Add missing include for MAX_SEGMENTS define. Change-Id: I69031c3f0fdd363058c159a8ee008b18469e81c1 --- av1/decoder/inspection.h | 1 + 1 file changed, 1 insertion(+) diff --git a/av1/decoder/inspection.h b/av1/decoder/inspection.h index 44132d522..73faa6866 100644 --- a/av1/decoder/inspection.h +++ b/av1/decoder/inspection.h @@ -18,6 +18,7 @@ extern "C" { #if CONFIG_ACCOUNTING #include "av1/decoder/accounting.h" #endif +#include "./av1/common/seg_common.h" typedef void (*aom_inspect_cb)(void *decoder, void *data);