Index: third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc |
diff --git a/third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc b/third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc |
index fe51d8cfdc37ec5246ee6cde599ffb6348f11065..70e437d7d2c21405a4cbd0d7170737f01d712fc3 100644 |
--- a/third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc |
+++ b/third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc |
@@ -45,6 +45,8 @@ |
#include <google/protobuf/stubs/shared_ptr.h> |
#endif |
+#include <google/protobuf/stubs/scoped_ptr.h> |
+#include <google/protobuf/stubs/common.h> |
#include <google/protobuf/dynamic_message.h> |
#include <google/protobuf/descriptor.h> |
#include <google/protobuf/descriptor.pb.h> |
@@ -53,7 +55,6 @@ |
#include <google/protobuf/unittest_no_field_presence.pb.h> |
#include <google/protobuf/stubs/logging.h> |
-#include <google/protobuf/stubs/common.h> |
#include <google/protobuf/testing/googletest.h> |
#include <gtest/gtest.h> |