From 9f98a5a2b32edd29baa93fc20bc0e8dca51a34a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=85=89=E6=88=90?= Date: Mon, 17 Mar 2025 09:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=20=E5=86=97=E4=BD=99=E5=A4=B4=E6=96=87?= =?UTF-8?q?=E4=BB=B6-=E9=83=A8=E5=88=86=E4=BF=AE=E6=94=B9=E5=9B=9E?= =?UTF-8?q?=E9=80=80=20=20Signed-off-by:=E7=99=BD=E5=85=89=E6=88=90=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 白光成 --- services/distributeddataservice/service/udmf/store/store.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/distributeddataservice/service/udmf/store/store.h b/services/distributeddataservice/service/udmf/store/store.h index 1a728c374..e0cc06af9 100644 --- a/services/distributeddataservice/service/udmf/store/store.h +++ b/services/distributeddataservice/service/udmf/store/store.h @@ -16,6 +16,10 @@ #ifndef UDMF_STORE_H #define UDMF_STORE_H +#include +#include +#include + #include "unified_data.h" namespace OHOS { -- Gitee