From d8a6aa28a6d9e4929d8fe6bfe12ea77c55ca86e8 Mon Sep 17 00:00:00 2001 From: laiyongqiang Date: Sat, 29 Aug 2020 16:39:49 +0800 Subject: [PATCH] fix cpp lint --- mindspore/ccsrc/device/ascend/kernel_build_ascend.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mindspore/ccsrc/device/ascend/kernel_build_ascend.cc b/mindspore/ccsrc/device/ascend/kernel_build_ascend.cc index 1dc688c72f2..a2f7a1c6970 100644 --- a/mindspore/ccsrc/device/ascend/kernel_build_ascend.cc +++ b/mindspore/ccsrc/device/ascend/kernel_build_ascend.cc @@ -19,6 +19,8 @@ #include #include #include +#include +#include #include #include "device/ascend/kernel_select_ascend.h"