From d428610254f0c434a8ea0ce4d75e65cdc47fe8cb Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Mon, 18 Mar 2024 20:21:27 -0700 Subject: [PATCH] Automated rollback of commit 89670dd29642c52b39b2b63024501c5ab3e218df. PiperOrigin-RevId: 617034523 --- src/google/protobuf/io/zero_copy_stream_impl_lite.h | 1 + src/google/protobuf/unknown_field_set_unittest.cc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/google/protobuf/io/zero_copy_stream_impl_lite.h b/src/google/protobuf/io/zero_copy_stream_impl_lite.h index f786954d50..288a5181c9 100644 --- a/src/google/protobuf/io/zero_copy_stream_impl_lite.h +++ b/src/google/protobuf/io/zero_copy_stream_impl_lite.h @@ -26,6 +26,7 @@ #include #include +#include "google/protobuf/stubs/callback.h" #include "google/protobuf/stubs/common.h" #include "absl/base/attributes.h" #include "absl/strings/cord.h" diff --git a/src/google/protobuf/unknown_field_set_unittest.cc b/src/google/protobuf/unknown_field_set_unittest.cc index 0c7f791614..dcd20e5ad6 100644 --- a/src/google/protobuf/unknown_field_set_unittest.cc +++ b/src/google/protobuf/unknown_field_set_unittest.cc @@ -17,6 +17,8 @@ #include #include +#include "google/protobuf/stubs/callback.h" +#include "google/protobuf/stubs/common.h" #include #include "google/protobuf/testing/googletest.h" #include