Skip to content

Commit 145975e

Browse files
Internal change
PiperOrigin-RevId: 841250957
1 parent 2504a29 commit 145975e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/google/protobuf/varint_shuffle_test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include "google/protobuf/varint_shuffle.h"
99

10+
#include <cstdint>
1011
#include <string>
1112
#include <vector>
1213

src/google/protobuf/wire_format_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
#include "absl/base/casts.h"
1919
#include "absl/strings/cord.h"
2020
#include "absl/strings/string_view.h"
21+
#include "google/protobuf/parse_context.h"
2122
#include "google/protobuf/repeated_ptr_field.h"
2223
#include "google/protobuf/unittest.pb.h"
23-
#include "google/protobuf/unittest_import.pb.h"
2424
#include "google/protobuf/unittest_mset.pb.h"
2525
#include "google/protobuf/unittest_mset_wire_format.pb.h"
2626
#include "google/protobuf/unittest_proto3_arena.pb.h"

0 commit comments

Comments
 (0)