Drive-Trust-Alliance / sedutil

DTA sedutil Self encrypting drive software
603 stars 232 forks source link

Fix build with GCC 13 #428

Open yselkowitz opened 1 year ago

yselkowitz commented 1 year ago

As in previous versions, libstdc++ in GCC 13 has trimmed internal inclusion of standard headers, necessitating their proper inclusion when used:

https://gcc.gnu.org/gcc-13/porting_to.html

Note that this is the bare minimum change for this to compile with GCC 13, based on how this header is used internally etc. It is technically more correct to explicitly include this header in every file that uses it, but that is left as an exercise for the reader.

nelg commented 10 months ago

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