We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Build fails with
src/librssguard/3rd-party/mimesis/quoted-printable.cpp:30:3: error: 'uint8_t' was not declared in this scope
It should build.
It didn't.
The text was updated successfully, but these errors were encountered:
Solution:
Index: rssguard-4.3.3/src/librssguard/3rd-party/mimesis/quoted-printable.cpp =================================================================== --- rssguard-4.3.3.orig/src/librssguard/3rd-party/mimesis/quoted-printable.cpp +++ rssguard-4.3.3/src/librssguard/3rd-party/mimesis/quoted-printable.cpp @@ -19,6 +19,8 @@ . #include "quoted-printable.hpp" . +#include <cstdint> + using namespace std; . string quoted_printable_decode(string_view in) {
Sorry, something went wrong.
9de62b4
martinrotter
No branches or pull requests
Brief description of the issue
Build fails with
How to reproduce the bug?
What was the expected result?
It should build.
What actually happened?
It didn't.
Debug log
Operating system and version
The text was updated successfully, but these errors were encountered: