File weakforced-2.8.0-cstdint.patch of Package weakforced
Index: weakforced-2.8.0/common/minicurl.hh
===================================================================
--- weakforced-2.8.0.orig/common/minicurl.hh
+++ weakforced-2.8.0/common/minicurl.hh
@@ -25,6 +25,7 @@
#include <string>
#include <sstream>
#include <vector>
+#include <cstdint>
#include <curl/curl.h>
// turns out 'CURL' is currently typedef for void which means we can't easily forward declare it
@@ -125,4 +126,4 @@ struct curlTLSOptions {
std::string caCertBundleFile;
std::string clientCertFile;
std::string clientKeyFile;
-};
\ No newline at end of file
+};