Add missing include for MAX_SEGMENTS define.

Change-Id: I69031c3f0fdd363058c159a8ee008b18469e81c1
This commit is contained in:
Nathan E. Egge 2017-05-04 21:06:49 -04:00 коммит произвёл Nathan Egge
Родитель b09b55dbfb
Коммит f059daa32e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);