!1485 添加size_t头文件

Merge pull request !1485 from wangmengyao111/cherry-pick-1727246180
This commit is contained in:
openharmony_ci 2024-09-26 06:29:20 +00:00 committed by Gitee
commit 6db85c5d77
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -38,6 +38,7 @@
*/ */
#include <stdint.h> #include <stdint.h>
#include <cstddef>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {