Skip to content

Commit 96dc1cf

Browse files
committed
Fix compilation of latest gcc, where uint32_t is not defined by default
1 parent 6f45243 commit 96dc1cf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/fbgemm/Utils.h

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <array>
99
#include <string>
1010
#include <type_traits>
11+
#include <cstdint>
1112
#include "FbgemmBuild.h"
1213
#include "UtilsAvx2.h"
1314

include/fbgemm/UtilsAvx2.h

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// flags.
1010

1111
#include <string>
12+
#include <cstdint>
1213

1314
namespace fbgemm {
1415

0 commit comments

Comments
 (0)