diff --git a/React/Executors/RCTJSCWrapper.h b/React/Executors/RCTJSCWrapper.h index 8c4ef426e..4af13fe7e 100644 --- a/React/Executors/RCTJSCWrapper.h +++ b/React/Executors/RCTJSCWrapper.h @@ -9,7 +9,7 @@ #import -#import +#import "RCTDefines.h" typedef void (*voidWithNoParamsFuncType)(); typedef JSStringRef (*JSStringCreateWithCFStringFuncType)(CFStringRef);