Skip to content

[Fix] Added missing #include#34339

Merged
veblush merged 1 commit intogrpc:masterfrom
veblush:fix-absl-header
Sep 13, 2023
Merged

[Fix] Added missing #include#34339
veblush merged 1 commit intogrpc:masterfrom
veblush:fix-absl-header

Conversation

@veblush
Copy link
Copy Markdown
Contributor

@veblush veblush commented Sep 13, 2023

To fix the following build error with the head of abseil

/var/local/git/grpc/test/core/tsi/ssl_transport_security_utils_test.cc:231:42: error: no member named 'StrCat' in namespace 'absl'
        return absl::InternalError(absl::StrCat("Client error:", client_err));
                                   ~~~~~~^
/var/local/git/grpc/test/core/tsi/ssl_transport_security_utils_test.cc:238:42: error: no member named 'StrCat' in namespace 'absl'
        return absl::InternalError(absl::StrCat("Server error:", server_err));
                                   ~~~~~~^

@veblush veblush added the release notes: no Indicates if PR should not be in release notes label Sep 13, 2023
@veblush veblush requested a review from eugeneo September 13, 2023 20:03
@veblush veblush changed the title Added missing #include [Fix] Added missing #include Sep 13, 2023
@veblush veblush merged commit 1d55e8d into grpc:master Sep 13, 2023
@copybara-service copybara-service bot added the imported Specifies if the PR has been imported to the internal repository label Sep 13, 2023
@ti-chi-bot ti-chi-bot bot mentioned this pull request Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bloat/none imported Specifies if the PR has been imported to the internal repository lang/core per-call-memory/neutral per-channel-memory/neutral release notes: no Indicates if PR should not be in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants