From b9cc896545944f17238585c3f55f14a1f6972fbd Mon Sep 17 00:00:00 2001 From: yuyang18 Date: Mon, 14 May 2018 13:29:47 +0800 Subject: [PATCH] Add includes --- paddle/fluid/framework/data_type.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/paddle/fluid/framework/data_type.cc b/paddle/fluid/framework/data_type.cc index 9e5f255891..28bbf82bc8 100644 --- a/paddle/fluid/framework/data_type.cc +++ b/paddle/fluid/framework/data_type.cc @@ -13,6 +13,10 @@ // limitations under the License. #include "paddle/fluid/framework/data_type.h" +#include +#include // NOLINT +#include +#include namespace paddle { namespace framework {