diff --git a/lite/kernels/x86/roi_align_compute.cc b/lite/kernels/x86/roi_align_compute.cc index 3960f14edb3c63b2a9764fba47ee75697757b658..9642098b80a5fccf51379c178eb0fada986b4b22 100644 --- a/lite/kernels/x86/roi_align_compute.cc +++ b/lite/kernels/x86/roi_align_compute.cc @@ -13,6 +13,7 @@ // limitations under the License. #include "lite/kernels/x86/roi_align_compute.h" +#include #include #include #include "lite/core/op_registry.h"