Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689207129
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Oct 24, 2024
1 parent 7f6e90b commit 686bb6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/google/protobuf/io/zero_copy_stream_impl_lite.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#include "google/protobuf/stubs/callback.h"
#include "google/protobuf/stubs/common.h"
#include "base/types.h"
#include "absl/base/attributes.h"
#include "absl/base/macros.h"
#include "absl/strings/cord.h"
Expand Down
2 changes: 1 addition & 1 deletion src/google/protobuf/io/zero_copy_stream_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include <utility>
#include <vector>

#include "google/protobuf/stubs/common.h"
#include "base/types.h"
#include "google/protobuf/testing/file.h"
#include "google/protobuf/testing/file.h"
#include <gtest/gtest.h>
Expand Down

0 comments on commit 686bb6c

Please sign in to comment.