diff --git a/packages/react-native/ReactCxxPlatform/react/nativemodule/TurboModuleManager.h b/packages/react-native/ReactCxxPlatform/react/nativemodule/TurboModuleManager.h index e0d6682dd37..7098e513dda 100644 --- a/packages/react-native/ReactCxxPlatform/react/nativemodule/TurboModuleManager.h +++ b/packages/react-native/ReactCxxPlatform/react/nativemodule/TurboModuleManager.h @@ -13,6 +13,7 @@ #include #include #include +#include namespace facebook::react { @@ -22,6 +23,8 @@ using TurboModuleManagerDelegate = std::function( const std::string& name, const std::shared_ptr& jsInvoker)>; +using TurboModuleManagerDelegates = std::vector; + using LegacyModuleProviderDelegate = std::function& jsInvoker,