> On 26 Nov 2025, at 00:25, Ranjan Maitra via users > <[email protected]> wrote: > > /home/localuser/Downloads/slim-1.4.1/app.h:106:9: note: ‘std::string’ is > defined in header ‘<string>’; this is probably fixable by adding ‘#include > <string>’ > 106 | std::string mcookie; ///< Randomly generated X auth cookie > | ^~~ > > Does anyone have any suggestions on how to get around this error?
This says that the source code has a bug and the compiler told you how to fix it. Are you a C++ programmer? Barry
-- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
