Skip to content

Commit 1c6fcc8

Browse files
K1ngst0mKingstom
andauthored
Explicit include cstdint header for gcc 13 (#5)
According to the https://gcc.gnu.org/gcc-13/porting_to.html, gcc 13 doesn't implicitly include `<cstdint>` anymore, so we need to include it explicitly. Co-authored-by: Kingstom <kingstom.chen@amd.com>
1 parent 232ff66 commit 1c6fcc8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/common/amdisa_utility.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// C++ libraries.
88
#include <string>
99
#include <vector>
10+
#include <cstdint>
1011

1112
namespace amdisa
1213
{

0 commit comments

Comments
 (0)