Skip to content

Commit

Permalink
Merge pull request #14054 from mkruskal-google/iwyu-fix2
Browse files Browse the repository at this point in the history
`Printer`: Include Abseil's `str_cat.h` for `absl::AlphaNum`
  • Loading branch information
mkruskal-google committed Sep 12, 2023
2 parents 0d22de5 + 955d371 commit b2b7a51
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 b2b7a51

Please sign in to comment.