From ffed8b1c152588862dcebb1dce43510b614889e8 Mon Sep 17 00:00:00 2001 From: renjiecui Date: Thu, 26 Oct 2023 19:06:56 +0800 Subject: [PATCH] fixed 52c43c4 from https://gitee.com/renjiecui/interface_sdk_c/pulls/28 modify include data Signed-off-by: renjiecui --- distributeddatamgr/relational_store/include/oh_cursor.h | 2 +- distributeddatamgr/relational_store/include/oh_values_bucket.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distributeddatamgr/relational_store/include/oh_cursor.h b/distributeddatamgr/relational_store/include/oh_cursor.h index 02e9549b3..839c0edac 100644 --- a/distributeddatamgr/relational_store/include/oh_cursor.h +++ b/distributeddatamgr/relational_store/include/oh_cursor.h @@ -40,7 +40,7 @@ #include #include #include -#include "data_asset.h" +#include "../data/data_asset.h" #ifdef __cplusplus extern "C" { #endif diff --git a/distributeddatamgr/relational_store/include/oh_values_bucket.h b/distributeddatamgr/relational_store/include/oh_values_bucket.h index 66a923e26..325b22342 100644 --- a/distributeddatamgr/relational_store/include/oh_values_bucket.h +++ b/distributeddatamgr/relational_store/include/oh_values_bucket.h @@ -38,7 +38,7 @@ */ #include -#include "data_asset.h" +#include "../data/data_asset.h" #ifdef __cplusplus extern "C" { #endif -- Gitee