From f71df7a4349226ee358b22bb4438554697ebb3e8 Mon Sep 17 00:00:00 2001 From: Xinan Jiang Date: Tue, 26 Jan 2021 14:47:44 +0800 Subject: [PATCH] Add missing include file --- tensorflow/core/util/dump_graph.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/core/util/dump_graph.h b/tensorflow/core/util/dump_graph.h index f59e2ef5753..c9d6a4f9aab 100644 --- a/tensorflow/core/util/dump_graph.h +++ b/tensorflow/core/util/dump_graph.h @@ -20,6 +20,7 @@ limitations under the License. #define TENSORFLOW_CORE_UTIL_DUMP_GRAPH_H_ #include +#include "tensorflow/core/framework/cost_graph.pb.h" #include "tensorflow/core/framework/function.h" #include "tensorflow/core/framework/graph.pb.h" #include "tensorflow/core/graph/graph.h"