We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2504a29 commit 145975eCopy full SHA for 145975e
src/google/protobuf/varint_shuffle_test.cc
@@ -7,6 +7,7 @@
7
8
#include "google/protobuf/varint_shuffle.h"
9
10
+#include <cstdint>
11
#include <string>
12
#include <vector>
13
src/google/protobuf/wire_format_unittest.cc
@@ -18,9 +18,9 @@
18
#include "absl/base/casts.h"
19
#include "absl/strings/cord.h"
20
#include "absl/strings/string_view.h"
21
+#include "google/protobuf/parse_context.h"
22
#include "google/protobuf/repeated_ptr_field.h"
23
#include "google/protobuf/unittest.pb.h"
-#include "google/protobuf/unittest_import.pb.h"
24
#include "google/protobuf/unittest_mset.pb.h"
25
#include "google/protobuf/unittest_mset_wire_format.pb.h"
26
#include "google/protobuf/unittest_proto3_arena.pb.h"
0 commit comments