aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeanna Garcia <deannagarcia@google.com>2022-09-13 16:59:41 +0000
committerDeanna Garcia <deannagarcia@google.com>2022-09-13 16:59:41 +0000
commitc05b5f3755af2f6a05c37cb0930373ac3e37463f (patch)
tree36bce9df73544b0a282b37ae258febc0da42116a
parent0299c03005fbfe086d8394fb7a873a8a21fe327f (diff)
downloadprotobuf-c05b5f3755af2f6a05c37cb0930373ac3e37463f.tar.gz
Add missing includes
-rw-r--r--src/google/protobuf/wire_format_unittest.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/google/protobuf/wire_format_unittest.inc b/src/google/protobuf/wire_format_unittest.inc
index 631a962cd..9efcd2e44 100644
--- a/src/google/protobuf/wire_format_unittest.inc
+++ b/src/google/protobuf/wire_format_unittest.inc
@@ -49,6 +49,8 @@
#include <google/protobuf/stubs/casts.h>
#include <google/protobuf/stubs/strutil.h>
#include <google/protobuf/stubs/stl_util.h>
+#include <google/protobuf/dynamic_message.h>
+
// clang-format off
#include <google/protobuf/port_def.inc>