fix(op): fix compile error in linux system

This commit is contained in:
aaron-wu 2021-11-04 11:49:58 +08:00
parent cfac71f919
commit 1af7d6f4d1
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
//
#include "backend/cpu/CPUROIAlign.hpp"
#include <math.h>
#include <algorithm>
#include "CPUTensorConvert.hpp"
#include "backend/cpu/CPUBackend.hpp"