mirror of https://github.com/alibaba/MNN.git
fix(op): fix compile error in linux system
This commit is contained in:
parent
cfac71f919
commit
1af7d6f4d1
|
|
@ -7,6 +7,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "backend/cpu/CPUROIAlign.hpp"
|
#include "backend/cpu/CPUROIAlign.hpp"
|
||||||
|
#include <math.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include "CPUTensorConvert.hpp"
|
#include "CPUTensorConvert.hpp"
|
||||||
#include "backend/cpu/CPUBackend.hpp"
|
#include "backend/cpu/CPUBackend.hpp"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue