未验证 提交 37a651b0 编写于 作者: Z zhupengyang 提交者: GitHub

add head file for linux (#3631)

上级 d49bd42c
...@@ -33,7 +33,9 @@ ...@@ -33,7 +33,9 @@
#include "lite/utils/cv/bgr_rotate.h" #include "lite/utils/cv/bgr_rotate.h"
#include <arm_neon.h> #include <arm_neon.h>
#include <math.h> #include <math.h>
#include <string.h>
#include <algorithm> #include <algorithm>
namespace paddle { namespace paddle {
namespace lite { namespace lite {
namespace utils { namespace utils {
......
...@@ -32,8 +32,12 @@ ...@@ -32,8 +32,12 @@
#include "lite/utils/cv/image_resize.h" #include "lite/utils/cv/image_resize.h"
#include <arm_neon.h> #include <arm_neon.h>
#include <limits.h>
#include <math.h> #include <math.h>
#include <stdint.h>
#include <string.h>
#include <algorithm> #include <algorithm>
namespace paddle { namespace paddle {
namespace lite { namespace lite {
namespace utils { namespace utils {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册