sedutil icon indicating copy to clipboard operation
sedutil copied to clipboard

Fix an includes issue in SecureContainer.h

Open kadler15 opened this issue 2 years ago • 0 comments

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>

kadler15 avatar Aug 26 '23 00:08 kadler15