diff --git a/interfaces/kits/js/napi/system_timer/include/timer_type.h b/interfaces/kits/js/napi/system_timer/include/timer_type.h index b4fbbda..b393dff 100644 --- a/interfaces/kits/js/napi/system_timer/include/timer_type.h +++ b/interfaces/kits/js/napi/system_timer/include/timer_type.h @@ -18,6 +18,7 @@ #include #include "napi/native_api.h" +#include "napi/native_common.h" namespace OHOS { namespace MiscServicesNapi { @@ -30,4 +31,4 @@ napi_value TimerTypeInit(napi_env env, napi_value exports); } // namespace MiscServicesNapi } // namespace OHOS -#endif // SYSTEM_TIMER_TYPE_H \ No newline at end of file +#endif // SYSTEM_TIMER_TYPE_H