From 690be0bb09d2f643fdc28a8613c3f3932d8762c1 Mon Sep 17 00:00:00 2001 From: Tao Luo Date: Tue, 26 Feb 2019 20:05:01 +0800 Subject: [PATCH] fix cpplint error of async_executor.h test=develop --- paddle/fluid/framework/async_executor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/fluid/framework/async_executor.h b/paddle/fluid/framework/async_executor.h index f0315d21e26..95c8472b2f3 100644 --- a/paddle/fluid/framework/async_executor.h +++ b/paddle/fluid/framework/async_executor.h @@ -20,6 +20,7 @@ limitations under the License. */ #include // NOLINT #include // local_random_engine #include +#include #include // NOLINT #include #include -- GitLab