From f7b3dc4aef6bf9062b6dd397880266da2b82e0cc Mon Sep 17 00:00:00 2001 From: Digant Desai Date: Sun, 1 Oct 2023 22:24:19 -0700 Subject: [PATCH] Add int types header (#558) Summary: Fixing some compile-time failures when cross crompiling using arm-none-eabi-gcc Reviewed By: JacobSzwejbka Differential Revision: D49780125 --- kernels/portable/cpu/vec_ops.h | 1 + 1 file changed, 1 insertion(+) diff --git a/kernels/portable/cpu/vec_ops.h b/kernels/portable/cpu/vec_ops.h index 0373196a4b6..21ad5fc2d7f 100644 --- a/kernels/portable/cpu/vec_ops.h +++ b/kernels/portable/cpu/vec_ops.h @@ -9,6 +9,7 @@ #pragma once #include +#include #include #include #include