GPUOpen-LibrariesAndSDKs / HIPRTSDK

Other
57 stars 8 forks source link

Explicit include the cstdint header for gcc 13 #20

Closed K1ngst0m closed 1 year ago

K1ngst0m commented 1 year ago

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.