From c908664e80394473506af7dc5083391e62708088 Mon Sep 17 00:00:00 2001 From: ASheKawayi <1035021349@qq.com> Date: Wed, 7 Sep 2022 10:45:03 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:tdd=E7=BC=BA=E5=B0=91=E5=A4=B4=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Description:tdd缺少头文件 Sig:SIG_Telephony Feature or Bugfix: Feature Binary Source: No Signed-off-by: zhoujie0328 --- test/unittest/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unittest/BUILD.gn b/test/unittest/BUILD.gn index ad063f106..a0689bad8 100644 --- a/test/unittest/BUILD.gn +++ b/test/unittest/BUILD.gn @@ -28,6 +28,7 @@ ohos_unittest("EdmServicesUnitTest") { include_dirs = [ "//commonlibrary/c_utils/base/include", + "//foundation/bundlemanager/bundle_framework/common/log/include", "//utils/system/safwk/native/include", "$EDM_ROOT/include", "$EDM_ROOT/include/utils", -- Gitee