From 68377adbc84cd13a9911947b3e804c40ea7ff246 Mon Sep 17 00:00:00 2001 From: suiyang Date: Thu, 18 Oct 2018 10:33:06 +0800 Subject: [PATCH] Update sum_arm_func.h --- src/operators/kernel/central-arm-func/sum_arm_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operators/kernel/central-arm-func/sum_arm_func.h b/src/operators/kernel/central-arm-func/sum_arm_func.h index 06873b3095..5466f8f6a4 100644 --- a/src/operators/kernel/central-arm-func/sum_arm_func.h +++ b/src/operators/kernel/central-arm-func/sum_arm_func.h @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ -#include +#include "operators/math/selected_rows_functor.h" #ifdef SUM_OP #pragma once -- GitLab