We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868f38c commit 3b997c2Copy full SHA for 3b997c2
1 file changed
cpp/NativeBcryptCppTurboModule.h
@@ -9,7 +9,8 @@
9
#elif __has_include("bcrypt.h")
10
#include "bcrypt.h"
11
#endif
12
-
+#include <jsi/jsi.h>
13
+#include <ReactCommon/CallInvoker.h>
14
15
namespace facebook::react {
16
class NativeBcryptCppTurboModule: public NativeBcryptCppCxxSpec<NativeBcryptCppTurboModule> {
0 commit comments