Skip to content

Commit fd24c21

Browse files
digantdesaifacebook-github-bot
authored andcommitted
Add int types header
Summary: Fixing some compile-time failures when cross crompiling using arm-none-eabi-gcc Reviewed By: JacobSzwejbka Differential Revision: D49780125
1 parent 578fdf3 commit fd24c21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernels/portable/cpu/vec_ops.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#pragma once
1010

1111
#include <algorithm>
12+
#include <cinttypes>
1213
#include <cmath>
1314
#include <cstring>
1415
#include <numeric>

0 commit comments

Comments
 (0)