Skip to content

Commit 733e5e6

Browse files
Saadnajmiclaude
andauthored
fix(0.81): Add missing <string> and <vector> includes to HostPlatformColor.h (#2890)
## Summary Backport of the changes from branch `snajmi/fix-missing-string-header` to `0.81-stable`. ## Test Plan Same as the original PR. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent eea7e6e commit 733e5e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/react-native/ReactCommon/react/renderer/graphics/platform/ios/react/renderer/graphics

packages/react-native/ReactCommon/react/renderer/graphics/platform/ios/react/renderer/graphics/HostPlatformColor.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#include <react/renderer/graphics/ColorComponents.h>
1111
#include <react/utils/hash_combine.h>
1212
#include <cmath>
13+
#include <string>
14+
#include <vector>
1315

1416
namespace facebook::react {
1517

0 commit comments

Comments
 (0)