Commit b13aa87b62 for aom
commit b13aa87b622c7f61359c7863ed26d584ecc8fc5d
Author: Marco Paniconi <marpan@google.com>
Date: Mon Dec 8 14:28:00 2025 -0800
Fix to clang tidy warning
Change-Id: I9742ffca1452d659b782aa1e0337b165aaf6d8da
diff --git a/av1/encoder/encodeframe_utils.c b/av1/encoder/encodeframe_utils.c
index e73a4e5a7e..a509d8e6df 100644
--- a/av1/encoder/encodeframe_utils.c
+++ b/av1/encoder/encodeframe_utils.c
@@ -9,6 +9,9 @@
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
+#include "aom/aom_codec.h"
+#include "aom/internal/aom_codec_internal.h"
+
#include "av1/common/common_data.h"
#include "av1/common/quant_common.h"
#include "av1/common/reconintra.h"