Skip to content

Commit

Permalink
fixing more imports
Browse files Browse the repository at this point in the history
Summary: Some files relying on -include_pch and therefore they miss Foundation.h and UIKit.h includes. This diff is fixing missing imports

Reviewed By: rmaz

Differential Revision: D37140239

fbshipit-source-id: bc57921e0c8365e0e9a5a571d607ba40ff1b31f3
  • Loading branch information
RuslanLa authored and facebook-github-bot committed Jun 14, 2022
1 parent bcc69df commit c78baba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/Image/RCTDisplayWeakRefreshable.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/

#import <Foundation/Foundation.h>
#import <QuartzCore/QuartzCore.h>

@protocol RCTDisplayRefreshable

Expand Down
1 change: 1 addition & 0 deletions React/Base/RCTMultipartStreamReader.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/

#import "RCTMultipartStreamReader.h"
#import <QuartzCore/QuartzCore.h>

#define CRLF @"\r\n"

Expand Down

0 comments on commit c78baba

Please sign in to comment.