From a04b7fa8e13efb2a6299d481695b9855e1ea6845 Mon Sep 17 00:00:00 2001 From: Arturs Jansons Date: Fri, 1 Sep 2017 18:05:15 +0300 Subject: [PATCH] Fixes #15743 --- React/Base/RCTUtils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/React/Base/RCTUtils.h b/React/Base/RCTUtils.h index d641f74d7c536c..0dc89e80a0a091 100644 --- a/React/Base/RCTUtils.h +++ b/React/Base/RCTUtils.h @@ -13,8 +13,8 @@ #import #import -#import -#import +#import "RCTAssert.h" +#import "RCTDefines.h" NS_ASSUME_NONNULL_BEGIN