From 87f06c7cb02c630d78d341f84af7c74a34a0ebcc Mon Sep 17 00:00:00 2001 From: renjiecui Date: Mon, 4 Mar 2024 11:09:01 +0000 Subject: [PATCH] fixed d2dc8d9 from https://gitee.com/renjiecui/interface_sdk_c/pulls/356 update include Signed-off-by: renjiecui --- distributeddatamgr/relational_store/include/data_asset.h | 1 + 1 file changed, 1 insertion(+) diff --git a/distributeddatamgr/relational_store/include/data_asset.h b/distributeddatamgr/relational_store/include/data_asset.h index a53121004..d0493080c 100644 --- a/distributeddatamgr/relational_store/include/data_asset.h +++ b/distributeddatamgr/relational_store/include/data_asset.h @@ -36,6 +36,7 @@ * @since 11 */ #include +#include #ifdef __cplusplus extern "C" { #endif -- Gitee