Unverified Commit ce72041c authored by Adam Cozzette's avatar Adam Cozzette Committed by GitHub

Merge pull request #5316 from zmodem/dllexport_build_fix

Add wire_format_lite_inl.h include to implicit_weak_message.cc
parents be83b29b 5d8dd6b0
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include <google/protobuf/io/zero_copy_stream_impl_lite.h> #include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#include <google/protobuf/stubs/once.h> #include <google/protobuf/stubs/once.h>
#include <google/protobuf/wire_format_lite.h> #include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/wire_format_lite_inl.h>
#include <google/protobuf/port_def.inc> #include <google/protobuf/port_def.inc>
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment