From f063a8dbab9aa036fa726b95b4ccda25eb0959df Mon Sep 17 00:00:00 2001 From: "@shi-xiaoxiao-iris" Date: Wed, 13 Jul 2022 22:21:03 +0800 Subject: [PATCH] =?UTF-8?q?IWYU=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: @shi-xiaoxiao-iris --- utils/include/dfx/standard/dm_hisysevent.h | 1 + utils/include/dm_anonymous.h | 1 + 2 files changed, 2 insertions(+) diff --git a/utils/include/dfx/standard/dm_hisysevent.h b/utils/include/dfx/standard/dm_hisysevent.h index d38731eb..50c0b6d0 100644 --- a/utils/include/dfx/standard/dm_hisysevent.h +++ b/utils/include/dfx/standard/dm_hisysevent.h @@ -16,6 +16,7 @@ #ifndef OHOS_DISTRIBUTED_DM_HISYSEVENT_H #define OHOS_DISTRIBUTED_DM_HISYSEVENT_H +#include // for int32_t #include "iosfwd" // for string namespace OHOS { diff --git a/utils/include/dm_anonymous.h b/utils/include/dm_anonymous.h index dace42bd..eba7e9a4 100644 --- a/utils/include/dm_anonymous.h +++ b/utils/include/dm_anonymous.h @@ -16,6 +16,7 @@ #ifndef OHOS_DM_ANONYMOUS_H #define OHOS_DM_ANONYMOUS_H +#include // for int32_t #include "iosfwd" // for string namespace OHOS {