diff --git a/patches/react-native-reanimated+3.16.1+003+include-missing-header.patch b/patches/react-native-reanimated+3.16.1+003+include-missing-header.patch new file mode 100644 index 000000000000..80244991a890 --- /dev/null +++ b/patches/react-native-reanimated+3.16.1+003+include-missing-header.patch @@ -0,0 +1,13 @@ +diff --git a/node_modules/react-native-reanimated/Common/cpp/reanimated/NativeModules/NativeReanimatedModule.cpp b/node_modules/react-native-reanimated/Common/cpp/reanimated/NativeModules/NativeReanimatedModule.cpp +index 475ec7a..832fb06 100644 +--- a/node_modules/react-native-reanimated/Common/cpp/reanimated/NativeModules/NativeReanimatedModule.cpp ++++ b/node_modules/react-native-reanimated/Common/cpp/reanimated/NativeModules/NativeReanimatedModule.cpp +@@ -32,6 +32,8 @@ + + #ifdef RCT_NEW_ARCH_ENABLED + #include ++#include ++#include + #endif // RCT_NEW_ARCH_ENABLED + + // Standard `__cplusplus` macro reference: \ No newline at end of file