From 4b3c2e9df8875a83660a245ecb3e71841a0c4c66 Mon Sep 17 00:00:00 2001 From: wangyan Date: Thu, 1 Feb 2024 17:41:38 +0800 Subject: [PATCH] =?UTF-8?q?avplayer=5Fbase.h=E5=A4=B4=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=87=AA=E5=8C=85=E5=90=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyan --- multimedia/player_framework/avplayer_base.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/player_framework/avplayer_base.h b/multimedia/player_framework/avplayer_base.h index 197f29a56..1283b9204 100644 --- a/multimedia/player_framework/avplayer_base.h +++ b/multimedia/player_framework/avplayer_base.h @@ -37,6 +37,8 @@ #ifndef MULTIMEDIA_PLAYER_FRAMEWORK_NATIVE_AVPLAYER_BASH_H #define MULTIMEDIA_PLAYER_FRAMEWORK_NATIVE_AVPLAYER_BASH_H +#include + #ifdef __cplusplus extern "C" { #endif -- Gitee