Closed etam closed 1 year ago
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) {
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