Commit e1c00a237e for aom
commit e1c00a237e3f78cd44e82ce160b3330f93ea3dbe
Author: Wan-Teh Chang <wtc@google.com>
Date: Wed Jan 7 10:38:04 2026 -0800
Include <assert.h> in av1/av1_cx_iface.c
av1/av1_cx_iface.c uses the assert() macro.
Change-Id: I05680f2e477fa1c9c9ed0e26981c9ef39ded7d7d
diff --git a/av1/av1_cx_iface.c b/av1/av1_cx_iface.c
index 3210f77399..eb510eb61f 100644
--- a/av1/av1_cx_iface.c
+++ b/av1/av1_cx_iface.c
@@ -8,6 +8,8 @@
* Media Patent License 1.0 was not distributed with this source code in the
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
+
+#include <assert.h>
#include <limits.h>
#include <math.h>
#include <stdbool.h>