Skip to content

Commit

Permalink
Printer: Include Abseil's str_cat.h for absl::AlphaNum
Browse files Browse the repository at this point in the history
No need to touch Bazel/CMake files, as they already depend on Abseil strings.

PiperOrigin-RevId: 564640299
  • Loading branch information
cblichmann authored and mkruskal-google committed Sep 12, 2023
1 parent 0d22de5 commit 955d371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/google/protobuf/io/printer.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
#include "absl/functional/function_ref.h"
#include "absl/log/absl_check.h"
#include "absl/meta/type_traits.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
#include "absl/strings/string_view.h"
#include "absl/types/optional.h"
Expand Down

0 comments on commit 955d371

Please sign in to comment.