From 7568aef58a60fb7995c82b64891d05308a0ba9dd Mon Sep 17 00:00:00 2001 From: tensor-tang Date: Tue, 11 Jun 2019 07:44:00 +0000 Subject: [PATCH] fix compile on arm linux --- paddle/fluid/lite/arm/math/type_trans.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/fluid/lite/arm/math/type_trans.cpp b/paddle/fluid/lite/arm/math/type_trans.cpp index a53a900f9c5..a60cc80f8d1 100644 --- a/paddle/fluid/lite/arm/math/type_trans.cpp +++ b/paddle/fluid/lite/arm/math/type_trans.cpp @@ -14,6 +14,7 @@ #include "paddle/fluid/lite/arm/math/saturate.h" #include +#include namespace paddle { namespace lite { -- GitLab