From a49673ff0838090cac7187030d2f82016e6e1c0d Mon Sep 17 00:00:00 2001 From: FileStream Date: Fri, 12 Jan 2024 03:37:03 +0000 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=85=A5=E5=9F=BA=E6=9C=AC=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=A4=B4=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: FileStream --- interfaces/kits/c/native_avscreen_capture_base.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interfaces/kits/c/native_avscreen_capture_base.h b/interfaces/kits/c/native_avscreen_capture_base.h index 97b27e3f1..292aa8613 100644 --- a/interfaces/kits/c/native_avscreen_capture_base.h +++ b/interfaces/kits/c/native_avscreen_capture_base.h @@ -16,6 +16,8 @@ #ifndef NATIVE_AVSCREEN_CAPTURE_BASE_H #define NATIVE_AVSCREEN_CAPTURE_BASE_H +#include + #ifdef __cplusplus extern "C" { #endif -- Gitee