From d71ea8294b90593ab7007ae34a548ac032e914cc Mon Sep 17 00:00:00 2001 From: yangwenxin Date: Thu, 11 Sep 2025 11:19:39 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=B4=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=BC=BA=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangwenxin --- interfaces/kits/ndk/wm/oh_window.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/kits/ndk/wm/oh_window.h b/interfaces/kits/ndk/wm/oh_window.h index 36c16685e6..73ec6cd820 100644 --- a/interfaces/kits/ndk/wm/oh_window.h +++ b/interfaces/kits/ndk/wm/oh_window.h @@ -27,6 +27,7 @@ #define OH_WINDOW_H #include +#include #include "oh_window_comm.h" #include "pointer_event_ndk.h" #include "wm_common.h" -- Gitee From 78081b913cb257dd043d8f055651721155c8c43a Mon Sep 17 00:00:00 2001 From: yangwenxin Date: Thu, 11 Sep 2025 16:50:26 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=B4=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=BC=BA=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangwenxin --- interfaces/kits/ndk/wm/oh_window.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interfaces/kits/ndk/wm/oh_window.h b/interfaces/kits/ndk/wm/oh_window.h index 73ec6cd820..eae49ba08d 100644 --- a/interfaces/kits/ndk/wm/oh_window.h +++ b/interfaces/kits/ndk/wm/oh_window.h @@ -26,8 +26,9 @@ #ifndef OH_WINDOW_H #define OH_WINDOW_H -#include #include +#include + #include "oh_window_comm.h" #include "pointer_event_ndk.h" #include "wm_common.h" -- Gitee