diff --git a/ReactCommon/fabric/core/primitives/Sealable.h b/ReactCommon/fabric/core/primitives/Sealable.h index 7454c373b..eea115d78 100644 --- a/ReactCommon/fabric/core/primitives/Sealable.h +++ b/ReactCommon/fabric/core/primitives/Sealable.h @@ -7,7 +7,7 @@ #pragma once -#import +#include namespace facebook { namespace react { diff --git a/ReactCommon/fabric/imagemanager/ImageResponse.h b/ReactCommon/fabric/imagemanager/ImageResponse.h index 1ce66af6c..77be7a066 100644 --- a/ReactCommon/fabric/imagemanager/ImageResponse.h +++ b/ReactCommon/fabric/imagemanager/ImageResponse.h @@ -5,7 +5,7 @@ * LICENSE file in the root directory of this source tree. */ -#import +#include namespace facebook { namespace react {