From 9c6ee7cf4cefa66fc4a592e91f36e540c10cf788 Mon Sep 17 00:00:00 2001 From: xuezhong Date: Tue, 16 Apr 2019 09:19:38 +0000 Subject: [PATCH] add test=develop --- paddle/fluid/operators/smooth_l1_loss_op.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/fluid/operators/smooth_l1_loss_op.cc b/paddle/fluid/operators/smooth_l1_loss_op.cc index f4c284013..22b621248 100644 --- a/paddle/fluid/operators/smooth_l1_loss_op.cc +++ b/paddle/fluid/operators/smooth_l1_loss_op.cc @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. */ #include "paddle/fluid/operators/smooth_l1_loss_op.h" +#include namespace paddle { namespace operators { -- GitLab