From a7d846a2aea1bfc054edfcf72dc5103103d99164 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:41:11 +0000 Subject: [PATCH] Description:Adding a Namespace Sig:appexecfwk Feature or Bugfix:Bugfix Binary Source:No #I4Y61P; 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)