Skip to content

Commit

Permalink
fix: missing headers on new arch (#6725)
Browse files Browse the repository at this point in the history
## Summary
PR adding back headers removed in
#6537.
For some reason, locally they are not needed, probably to some different
setup or having the libraries set globally somewhere, but it caused
failures in Expensify:
https://github.com/Expensify/App/actions/runs/11857735322/job/33046828856.
They should be included since methods from them are used.
## Test plan
Not really, just run CIs probably.
  • Loading branch information
WoLewicki authored and tjzel committed Nov 20, 2024
1 parent dccbede commit 84b1e7c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

#ifdef RCT_NEW_ARCH_ENABLED
#include <iomanip>
#include <sstream>
#include <string>
#endif // RCT_NEW_ARCH_ENABLED

// Standard `__cplusplus` macro reference:
Expand Down

0 comments on commit 84b1e7c

Please sign in to comment.