From 642905958aca0c39f561a7ac623a9e2144d2fb0f Mon Sep 17 00:00:00 2001 From: Xin Pan Date: Sat, 29 Sep 2018 10:56:07 +0800 Subject: [PATCH] fix compile error test=develop --- paddle/fluid/framework/naive_executor.cc | 1 - paddle/fluid/operators/distributed/grpc_client.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/framework/naive_executor.cc b/paddle/fluid/framework/naive_executor.cc index 2171213d4d6..53d39513f36 100644 --- a/paddle/fluid/framework/naive_executor.cc +++ b/paddle/fluid/framework/naive_executor.cc @@ -15,7 +15,6 @@ #include #include -#include "paddle/fluid/framework/channel.h" #include "paddle/fluid/framework/feed_fetch_method.h" #include "paddle/fluid/framework/lod_rank_table.h" #include "paddle/fluid/framework/lod_tensor_array.h" diff --git a/paddle/fluid/operators/distributed/grpc_client.h b/paddle/fluid/operators/distributed/grpc_client.h index 75a36623164..d8e9cee85bd 100644 --- a/paddle/fluid/operators/distributed/grpc_client.h +++ b/paddle/fluid/operators/distributed/grpc_client.h @@ -15,6 +15,7 @@ limitations under the License. */ #pragma once #include +#include #include // NOLINT #include // NOLINT -- GitLab