Drive-Trust-Alliance / sedutil

DTA sedutil Self encrypting drive software
611 stars 236 forks source link

include missing <cstdint> #425

Open kraj opened 1 year ago

kraj commented 1 year ago

gcc 13 moved some includes around and as a result is no longer transitively included [1]. Explicitly include it for uint{32,64}_t.

[1] https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes

Signed-off-by: Khem Raj raj.khem@gmail.com

nelg commented 1 year ago

please can we have some progress on merging this, or the other fix for GCC-13?