Skip to content

base: cvd: cuttlefish: add missing <string> header in FlagBase - #3004

Merged
grandpaul merged 1 commit into
google:mainfrom
grandpaul:paulliu-fix-flag-base
Aug 12, 2026
Merged

base: cvd: cuttlefish: add missing <string> header in FlagBase#3004
grandpaul merged 1 commit into
google:mainfrom
grandpaul:paulliu-fix-flag-base

Conversation

@grandpaul

Copy link
Copy Markdown
Collaborator

FlagBase uses std::string for explicit template instantiation, but is not explicitly included. Add to prevent compilation errors when this header is included standalone in other translation units.

FlagBase uses std::string for explicit template instantiation, but
<string> is not explicitly included. Add <string> to prevent
compilation errors when this header is included standalone in other
translation units.

Signed-off-by: Ying-Chun Liu (PaulLiu) <liupa@google.com>
@grandpaul grandpaul added the kokoro:run Run e2e tests. label Aug 12, 2026
@GoogleCuttlefishTesterBot GoogleCuttlefishTesterBot removed the kokoro:run Run e2e tests. label Aug 12, 2026
@grandpaul
grandpaul enabled auto-merge August 12, 2026 04:00
@grandpaul
grandpaul added this pull request to the merge queue Aug 12, 2026
Merged via the queue into google:main with commit c993211 Aug 12, 2026
46 checks passed
@grandpaul
grandpaul deleted the paulliu-fix-flag-base branch August 12, 2026 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants