Skip to content

Commit

Permalink
include cstdint (#1640)
Browse files Browse the repository at this point in the history
Summary:
fix build with gcc-13

Pull Request resolved: #1640

Reviewed By: shintaro-iwasaki

Differential Revision: D44044422

Pulled By: q10

fbshipit-source-id: 692ec9c34f4aaf726294a2b643fbceabf8159033
  • Loading branch information
atupone authored and facebook-github-bot committed Mar 15, 2023
1 parent f158490 commit da01a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/fbgemm/UtilsAvx2.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// This file defines common utilities used in code compiled with avx2/avx512
// flags.

#include <cstdint>
#include <string>

namespace fbgemm {
Expand Down

0 comments on commit da01a59

Please sign in to comment.