You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fails to build with libc++, the C++ standard library developed by the LLVM project.
The issue is a missing #include in png++/error.hpp.
This appears to already be fixed in the upstream png++ library, so you could potentially also fix this issue just by upgrading the bundled version of png++.
The text was updated successfully, but these errors were encountered:
This fails to build with libc++, the C++ standard library developed by the LLVM project.
The issue is a missing #include in png++/error.hpp.
This appears to already be fixed in the upstream png++ library, so you could potentially also fix this issue just by upgrading the bundled version of png++.
The text was updated successfully, but these errors were encountered: