From 68e7004e5ec7e490dadb65a472168b651ad82552 Mon Sep 17 00:00:00 2001 From: Sebastian Parborg Date: Tue, 7 Mar 2023 17:33:08 +0100 Subject: [PATCH] Fix ffmpeg warnings due to missing header include --- intern/ffmpeg/ffmpeg_compat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/intern/ffmpeg/ffmpeg_compat.h b/intern/ffmpeg/ffmpeg_compat.h index f121b400f07..045a3a72cba 100644 --- a/intern/ffmpeg/ffmpeg_compat.h +++ b/intern/ffmpeg/ffmpeg_compat.h @@ -13,6 +13,7 @@ #ifndef __FFMPEG_COMPAT_H__ #define __FFMPEG_COMPAT_H__ +#include #include /* Check if our ffmpeg is new enough, avoids user complaints.