Skip to content

Commit

Permalink
Merge pull request #52627 from software-mansion-labs/@wolewicki/fix-r…
Browse files Browse the repository at this point in the history
…eanimated-missing-headers

[CP Staging][No QA] fix: reanimated missing headers

(cherry picked from commit e875118)

(CP triggered by francoisl)
  • Loading branch information
luacmartins authored and OSBotify committed Nov 15, 2024
1 parent 60ad360 commit e853119
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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 <iomanip>
+#include <sstream>
+#include <string>
#endif // RCT_NEW_ARCH_ENABLED

// Standard `__cplusplus` macro reference:

0 comments on commit e853119

Please sign in to comment.