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
  • Loading branch information
luacmartins authored Nov 15, 2024
2 parents 74c5a85 + b497db5 commit e875118
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 e875118

Please sign in to comment.