From 12f6b8c3d623d166e77b77eb11837783ffc5fe42 Mon Sep 17 00:00:00 2001 From: Qiao Longfei Date: Thu, 21 Feb 2019 18:23:31 +0800 Subject: [PATCH] change the include of ThreadPool.h test=develop --- paddle/fluid/framework/details/threaded_ssa_graph_executor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/framework/details/threaded_ssa_graph_executor.h b/paddle/fluid/framework/details/threaded_ssa_graph_executor.h index 3809b6e9ae0..ae9cb1ebca4 100644 --- a/paddle/fluid/framework/details/threaded_ssa_graph_executor.h +++ b/paddle/fluid/framework/details/threaded_ssa_graph_executor.h @@ -21,8 +21,8 @@ #include #include +#include // ThreadPool in thrird party #include -#include "ThreadPool.h" // ThreadPool in thrird party #include "paddle/fluid/framework/blocking_queue.h" #include "paddle/fluid/framework/details/exception_holder.h" #include "paddle/fluid/framework/details/execution_strategy.h" -- GitLab