From 6d81859edc805b527a15cd0d026e5b900b9bd743 Mon Sep 17 00:00:00 2001 From: wangliu Date: Thu, 24 May 2018 14:45:11 +0800 Subject: [PATCH] fix #262 --- src/operators/math/softmax.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operators/math/softmax.cpp b/src/operators/math/softmax.cpp index 5ae7d96fff..eb442e634c 100644 --- a/src/operators/math/softmax.cpp +++ b/src/operators/math/softmax.cpp @@ -15,7 +15,7 @@ limitations under the License. */ #include "operators/math/softmax.h" #include "common/types.h" #if __ARM_NEON -#include +#include #include "operators/math/math_func_neon.h" #endif -- GitLab