Stop using EagerParseLazyFieldByMutation.

PiperOrigin-RevId: 613016289
pull/16043/head
Protobuf Team Bot 9 months ago committed by Copybara-Service
parent 9f4e01ffca
commit 16f96d15eb
  1. 2
      src/google/protobuf/internal_message_util_unittest.cc

@ -8,6 +8,7 @@
#include "google/protobuf/internal_message_util.h" #include "google/protobuf/internal_message_util.h"
#include <memory> #include <memory>
#include <queue>
#include <string> #include <string>
#include <gmock/gmock.h> #include <gmock/gmock.h>
@ -16,6 +17,7 @@
#include "absl/memory/memory.h" #include "absl/memory/memory.h"
#include "absl/strings/string_view.h" #include "absl/strings/string_view.h"
#include "google/protobuf/map_unittest.pb.h" #include "google/protobuf/map_unittest.pb.h"
#include "google/protobuf/reflection_visit_fields.h"
#include "google/protobuf/unittest.pb.h" #include "google/protobuf/unittest.pb.h"
#include "google/protobuf/unittest_mset.pb.h" #include "google/protobuf/unittest_mset.pb.h"

Loading…
Cancel
Save