Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/37625

changelog: [internal]

- Add explicit <memory> import
- change include to import.

Reviewed By: FieryRobot

Differential Revision: D46284890

fbshipit-source-id: 8eb656c28f58295468b964e86f59b91ca562b570
This commit is contained in:
Samuel Susla 2023-05-31 06:58:15 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 0e83c53122
Коммит b55f55198c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,7 @@
#import <react/renderer/debug/SystraceSection.h>
#import <react/renderer/scheduler/Scheduler.h>
#import <react/renderer/scheduler/SchedulerDelegate.h>
#include <react/utils/RunLoopObserver.h>
#import <react/utils/RunLoopObserver.h>
#import <React/RCTFollyConvert.h>