From b497db55c304eef3eb0705373523f6c51a23730b Mon Sep 17 00:00:00 2001 From: Wojciech Lewicki Date: Fri, 15 Nov 2024 16:53:44 +0100 Subject: [PATCH] fix: reanimated missing headers --- ...animated+3.16.1+003+include-missing-header.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patches/react-native-reanimated+3.16.1+003+include-missing-header.patch 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