提交 f4fe4fa8 编写于 作者: W WangLiu 提交者: GitHub

Merge pull request #263 from cocodark/develop

fix #262
...@@ -15,7 +15,7 @@ limitations under the License. */ ...@@ -15,7 +15,7 @@ limitations under the License. */
#include "operators/math/softmax.h" #include "operators/math/softmax.h"
#include "common/types.h" #include "common/types.h"
#if __ARM_NEON #if __ARM_NEON
#include <algorithm> #include <math.h>
#include "operators/math/math_func_neon.h" #include "operators/math/math_func_neon.h"
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册