From 7fe8caf039677989ca2763b4da3172ad3d698481 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Wed, 22 Jul 2026 21:23:38 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 952503720 --- src/google/protobuf/varint_shuffle_test.cc | 1 + src/google/protobuf/wire_format_unittest.cc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/google/protobuf/varint_shuffle_test.cc b/src/google/protobuf/varint_shuffle_test.cc index aeb88f4a66f42..5cbce10a6647c 100644 --- a/src/google/protobuf/varint_shuffle_test.cc +++ b/src/google/protobuf/varint_shuffle_test.cc @@ -7,6 +7,7 @@ #include "google/protobuf/varint_shuffle.h" +#include #include #include diff --git a/src/google/protobuf/wire_format_unittest.cc b/src/google/protobuf/wire_format_unittest.cc index 46e360ec47c05..626cdbb4e768c 100644 --- a/src/google/protobuf/wire_format_unittest.cc +++ b/src/google/protobuf/wire_format_unittest.cc @@ -19,9 +19,9 @@ #include "absl/base/casts.h" #include "absl/strings/cord.h" #include "absl/strings/string_view.h" +#include "google/protobuf/parse_context.h" #include "google/protobuf/repeated_ptr_field.h" #include "google/protobuf/unittest.pb.h" -#include "google/protobuf/unittest_import.pb.h" #include "google/protobuf/unittest_mset.pb.h" #include "google/protobuf/unittest_mset_wire_format.pb.h" #include "google/protobuf/unittest_proto3_arena.pb.h"