From 4bcd558cd317583b4bfa8e9ab530a88eef834127 Mon Sep 17 00:00:00 2001 From: yangwenxin Date: Thu, 11 Sep 2025 11:16:54 +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 --- arkui/window_manager/oh_window.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arkui/window_manager/oh_window.h b/arkui/window_manager/oh_window.h index 5a127dacc5f..da661f00ffe 100644 --- a/arkui/window_manager/oh_window.h +++ b/arkui/window_manager/oh_window.h @@ -36,6 +36,7 @@ #include "stdbool.h" #include "stdint.h" +#include "stddef.h" #include "oh_window_comm.h" #include "multimodalinput/oh_input_manager.h" -- Gitee From b77e1733046129f34f7dc87d8403c4830029152a Mon Sep 17 00:00:00 2001 From: yangwenxin Date: Thu, 11 Sep 2025 15:31:08 +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 --- arkui/window_manager/oh_window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkui/window_manager/oh_window.h b/arkui/window_manager/oh_window.h index da661f00ffe..64a849812dd 100644 --- a/arkui/window_manager/oh_window.h +++ b/arkui/window_manager/oh_window.h @@ -35,8 +35,8 @@ #define OH_WINDOW_H #include "stdbool.h" -#include "stdint.h" #include "stddef.h" +#include "stdint.h" #include "oh_window_comm.h" #include "multimodalinput/oh_input_manager.h" -- Gitee