Skip to content

add include for <sstream> to fix build failure under clang/libc++ #216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 7, 2023

Conversation

conradjones
Copy link
Contributor

appimageupdate was failing to build using clang 15 and libc++15 , the error was use of undefined template for std::stringstream, this is quite common for something to compile under stdlibc++11 but fail under libc++ due to one library including a header in another header but the other library not.

@probonopd probonopd merged commit 55ffffc into AppImageCommunity:main Jan 7, 2023
@probonopd
Copy link
Member

Thank you very much @conradjones

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants