Skip to content

Commit da01a59

Browse files
atuponefacebook-github-bot
authored andcommitted
include cstdint (#1640)
Summary: fix build with gcc-13 Pull Request resolved: #1640 Reviewed By: shintaro-iwasaki Differential Revision: D44044422 Pulled By: q10 fbshipit-source-id: 692ec9c34f4aaf726294a2b643fbceabf8159033
1 parent f158490 commit da01a59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/fbgemm/UtilsAvx2.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// This file defines common utilities used in code compiled with avx2/avx512
99
// flags.
1010

11+
#include <cstdint>
1112
#include <string>
1213

1314
namespace fbgemm {

0 commit comments

Comments
 (0)