Skip to content

Commit

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

Pull Request resolved: pytorch#1640

Reviewed By: shintaro-iwasaki

Differential Revision: D44044422

Pulled By: q10

fbshipit-source-id: 692ec9c34f4aaf726294a2b643fbceabf8159033
  • Loading branch information
atupone authored and q10 committed Mar 15, 2023
1 parent 0899a08 commit ea96ea3
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 ea96ea3

Please sign in to comment.