From ba5c6e01ada36dd4fc265e41cf1fbc6a7d75d8a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E7=8F=9E=E9=A3=8E?= Date: Wed, 16 Mar 2022 11:36:02 +0000 Subject: [PATCH] Description:Repair dotting function Sig:appexecfwk Feature or Bugfix:Bugfix Binary Source:No #I4W00V; Signed-off-by: wuluofeng --- utils/bundle_lite/aafwk_event_error_code.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/bundle_lite/aafwk_event_error_code.h b/utils/bundle_lite/aafwk_event_error_code.h index 196d562..41f61a4 100644 --- a/utils/bundle_lite/aafwk_event_error_code.h +++ b/utils/bundle_lite/aafwk_event_error_code.h @@ -19,6 +19,8 @@ #include "memory_heap.h" #include "aafwk_event_error_id.h" +using namespace OHOS::ACELite; + namespace OHOS { #define APP_EVENT(code1) \ AafwkEventCodePrint::GetInstance()->AafwkEventPrint(code1, 0) -- Gitee