From: Jiri Simsa Date: Mon, 26 Mar 2018 20:25:58 +0000 (-0700) Subject: Add additional protobuf imports. X-Git-Tag: tflite-v0.1.7~93^2~1^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5427f60f69c3f22bc5e40b3c51a484dd3af504fb;p=platform%2Fupstream%2Ftensorflow.git Add additional protobuf imports. PiperOrigin-RevId: 190514839 --- diff --git a/tensorflow/core/platform/default/protobuf.h b/tensorflow/core/platform/default/protobuf.h index 03d8b6c..c732c76 100644 --- a/tensorflow/core/platform/default/protobuf.h +++ b/tensorflow/core/platform/default/protobuf.h @@ -22,6 +22,7 @@ limitations under the License. #include "google/protobuf/arena.h" #include "google/protobuf/compiler/importer.h" #include "google/protobuf/descriptor.h" +#include "google/protobuf/dynamic_message.h" #include "google/protobuf/io/coded_stream.h" #include "google/protobuf/io/zero_copy_stream.h" #include "google/protobuf/io/zero_copy_stream_impl_lite.h"