Skip to content

Commit

Permalink
fix: reanimated missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
WoLewicki committed Nov 15, 2024
1 parent a6f1348 commit b497db5
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 b497db5

Please sign in to comment.