Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions platform/embedder/public/lynx_runtime_lifecycle_observer.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

#include "capi/lynx_runtime_lifecycle_observer_capi.h"

#ifdef USE_PRIMJS_NAPI
#include "third_party/napi/include/primjs_napi_defines.h"
#endif

namespace lynx {
namespace pub {

Expand Down Expand Up @@ -91,4 +95,8 @@ class LynxRuntimeLifecycleObserver
} // namespace pub
} // namespace lynx

#ifdef USE_PRIMJS_NAPI
#include "third_party/napi/include/primjs_napi_undefs.h"
#endif

#endif // PLATFORM_EMBEDDER_PUBLIC_LYNX_RUNTIME_LIFECYCLE_OBSERVER_H_
Loading