From 96e322cdf8cf79e0ef63f565a239bc676f2a4eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=B4=E4=BC=9F=E7=90=A6?= Date: Mon, 31 Jul 2023 17:29:24 +0800 Subject: [PATCH] =?UTF-8?q?=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: 戴伟琦 --- .../entry/src/main/cpp/screenCaptureTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/screenCaptureTest.cpp b/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/screenCaptureTest.cpp index 6890af0f4..7620e4dcf 100644 --- a/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/screenCaptureTest.cpp +++ b/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/screenCaptureTest.cpp @@ -22,7 +22,7 @@ #include #include #include -#include "inttypes.h" +#include #include "napi/native_api.h" #include "native_avscreen_capture.h" #include "native_avscreen_capture_base.h" -- GitLab