Skip to content

Commit d8dacf3

Browse files
pytorchbotswolchok
andauthored
[ExecuTorch] Fix missing cstdint in vec_base.h (#6107)
Fix missing cstdint in vec_base.h (#5747) Summary: Pull Request resolved: #5747 This header uses int32_t etc and doesn't have this include. ghstack-source-id: 245437209 exported-using-ghexport Reviewed By: kimishpatel Differential Revision: D63638423 fbshipit-source-id: 594c3e8de20699e964e54cde732968c237bd0a72 (cherry picked from commit e2f1aca) Co-authored-by: Scott Wolchok <[email protected]>
1 parent a9ea8b4 commit d8dacf3

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)