Commit 13aa05c
Add missing <string> and <vector> includes to HostPlatformColor.h
HostPlatformColor.h uses std::string (in ColorWithSystemEffect and
createSemanticColor) and std::vector but did not include the
corresponding headers, causing build failures when this header is
included before any other header that transitively pulls them in.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8f84ace commit 13aa05c
File tree
1 file changed
+2
-0
lines changed- packages/react-native/ReactCommon/react/renderer/graphics/platform/ios/react/renderer/graphics
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments