Skip to content

Commit 3b997c2

Browse files
committed
fix: missing imports for jsi and jsInvoker
1 parent 868f38c commit 3b997c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/NativeBcryptCppTurboModule.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
#elif __has_include("bcrypt.h")
1010
#include "bcrypt.h"
1111
#endif
12-
12+
#include <jsi/jsi.h>
13+
#include <ReactCommon/CallInvoker.h>
1314

1415
namespace facebook::react {
1516
class NativeBcryptCppTurboModule: public NativeBcryptCppCxxSpec<NativeBcryptCppTurboModule> {

0 commit comments

Comments
 (0)