From 0fc56aef192c5811e0dd35e491d96aad47640b61 Mon Sep 17 00:00:00 2001 From: shegangbin Date: Mon, 24 Mar 2025 17:21:40 +0800 Subject: [PATCH] fix ndk --- graphic/graphic_2d/native_vsync/native_vsync.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphic/graphic_2d/native_vsync/native_vsync.h b/graphic/graphic_2d/native_vsync/native_vsync.h index d9ef7562e33..f7d45c0e753 100644 --- a/graphic/graphic_2d/native_vsync/native_vsync.h +++ b/graphic/graphic_2d/native_vsync/native_vsync.h @@ -39,6 +39,8 @@ #ifndef NDK_INCLUDE_NATIVE_VSYNC_H_ #define NDK_INCLUDE_NATIVE_VSYNC_H_ +#include + #ifdef __cplusplus extern "C" { #endif -- Gitee