Skip to content

Commit 955d371

Browse files
cblichmannmkruskal-google
authored andcommitted
Printer: Include Abseil's str_cat.h for absl::AlphaNum
No need to touch Bazel/CMake files, as they already depend on Abseil strings. PiperOrigin-RevId: 564640299
1 parent 0d22de5 commit 955d371

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/google/protobuf/io/printer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
#include "absl/functional/function_ref.h"
5151
#include "absl/log/absl_check.h"
5252
#include "absl/meta/type_traits.h"
53+
#include "absl/strings/str_cat.h"
5354
#include "absl/strings/str_format.h"
5455
#include "absl/strings/string_view.h"
5556
#include "absl/types/optional.h"

0 commit comments

Comments
 (0)