Skip to content

Commit 9602720

Browse files
committed
[ExecuTorch] Fix missing cstdint in vec_base.h
This header uses int32_t etc and doesn't have this include. Differential Revision: [D63638423](https://our.internmc.facebook.com/intern/diff/D63638423/) ghstack-source-id: 245437209 Pull Request resolved: #5747
1 parent fe0e676 commit 9602720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernels/optimized/vec/vec_base.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// @nolint PATTERNLINT <functional> is required for std::equal_to, etc.
44

55
#include <cassert>
6+
#include <cstdint>
67
#include <cstring>
78
#include <functional>
89
#include <cmath>

0 commit comments

Comments
 (0)