From 7991d1206bce9c8cbce41d9fb5ceeef9339cded1 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Mon, 14 Nov 2016 16:21:26 -0800 Subject: [PATCH] Revert import from D4133936 (13aba8) Summary: This broke the open source build: http://imgur.com/a/1Btd1 javache tells me reverting this line should fix it. Reviewed By: javache, ericvicenti Differential Revision: D4178951 fbshipit-source-id: c680de6b3b48bf137294dfe053afaff7b0613caf --- React/Executors/RCTJSCWrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);