From e8531191be3c5033f4ca4c2c9ad8da0acfb20bde Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Fri, 15 Nov 2024 10:46:17 -0700 Subject: [PATCH] Merge pull request #52627 from software-mansion-labs/@wolewicki/fix-reanimated-missing-headers [CP Staging][No QA] fix: reanimated missing headers (cherry picked from commit e875118705a1e2c5035262f13b65ebb0ac679e38) (CP triggered by francoisl) --- ...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