From faae1b4170634527216acc46b5b2e734e5410ede Mon Sep 17 00:00:00 2001 From: Qiao Longfei Date: Fri, 12 Apr 2019 16:21:31 +0800 Subject: [PATCH] fix cpplint test=develop --- paddle/fluid/operators/math/selected_rows_functor_test.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/paddle/fluid/operators/math/selected_rows_functor_test.cc b/paddle/fluid/operators/math/selected_rows_functor_test.cc index 9b348d2cf56..5581b9e0402 100644 --- a/paddle/fluid/operators/math/selected_rows_functor_test.cc +++ b/paddle/fluid/operators/math/selected_rows_functor_test.cc @@ -13,8 +13,11 @@ See the License for the specific language governing permissions and limitations under the License. */ #include "paddle/fluid/operators/math/selected_rows_functor.h" + +#include #include #include "gtest/gtest.h" + #include "paddle/fluid/operators/math/math_function.h" TEST(selected_rows_functor, cpu_add) { -- GitLab