ladar / sedutil

Use sedutil for setting up and using self encrypting drives (SEDs) that comply with the TCG OPAL 2.00 standard. This includes the requisite pre-boot authentication image.
https://trustedcomputinggroup.org/work-groups/storage/
80 stars 24 forks source link

Fix an includes issue in SecureContainer.h #33

Open kadler15 opened 1 year ago

kadler15 commented 1 year ago

The use of std::basic_string requires <string>.

This issue was causing GetNetPassPhrase.cpp compilation to fail for me.

We don't see the same failures elsewhere only because <string> is included indirectly in other files: os.h -> log.h -> <string>