From dd8a685d98e74dce44401c57cb9717dfea9ccc76 Mon Sep 17 00:00:00 2001 From: zhanghaibo Date: Mon, 17 Jan 2022 20:53:53 +0800 Subject: [PATCH] change header file of napi Signed-off-by: zhanghaibo Change-Id: Iae64188788ece12450fd29ecf107da7e95f80279 --- interfaces/kits/napi/wantagent/napi_want_agent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/kits/napi/wantagent/napi_want_agent.h b/interfaces/kits/napi/wantagent/napi_want_agent.h index 76c87aba2..b6312c585 100644 --- a/interfaces/kits/napi/wantagent/napi_want_agent.h +++ b/interfaces/kits/napi/wantagent/napi_want_agent.h @@ -24,6 +24,7 @@ #include "ability.h" #include "completed_callback.h" #include "context/context.h" +#include "napi/native_api.h" #include "napi/native_common.h" #include "napi/native_node_api.h" #include "trigger_info.h" -- Gitee