Skip to content

Commit

Permalink
Update RCTJSCExecutor.mm
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-loney authored Aug 3, 2017
1 parent 84c063c commit 2308eb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion React/Executors/RCTJSCExecutor.mm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import "RCTJSCExecutor.h"

#import <cinttypes>
//#import <cinttypes>
#import <memory>
#import <pthread.h>
#import <string>
Expand All @@ -36,6 +36,8 @@
#import "RCTDevMenu.h"
#endif

#define PRIu32 "lu"

NSString *const RCTJSCThreadName = @"com.facebook.react.JavaScript";
NSString *const RCTJavaScriptContextCreatedNotification = @"RCTJavaScriptContextCreatedNotification";

Expand Down

0 comments on commit 2308eb7

Please sign in to comment.