Internal change

PiperOrigin-RevId: 508746384
pull/11908/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 9b7f163431
commit 31a7fb462d
  1. 1
      src/google/protobuf/BUILD.bazel
  2. 1
      src/google/protobuf/unknown_field_set_unittest.cc

@ -1257,6 +1257,7 @@ cc_test(
"//src/google/protobuf/io",
"//src/google/protobuf/stubs",
"//src/google/protobuf/testing",
"@com_google_absl//absl/functional:bind_front",
"@com_google_absl//absl/synchronization",
"@com_google_googletest//:gtest",
"@com_google_googletest//:gtest_main",

@ -46,6 +46,7 @@
#include "google/protobuf/testing/googletest.h"
#include <gtest/gtest.h>
#include "absl/container/flat_hash_set.h"
#include "absl/functional/bind_front.h"
#include "absl/strings/cord.h"
#include "absl/synchronization/mutex.h"
#include "absl/time/clock.h"

Loading…
Cancel
Save