You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
goldendict/goldendict-gcc11.patch

13 lines
204 B

diff --git a/ripemd.cc b/ripemd.cc
index 14dd491..044535f 100644
--- a/ripemd.cc
+++ b/ripemd.cc
@@ -18,6 +18,7 @@
#include "ripemd.hh"
+#include <limits>
#include <string.h>
#include <QtEndian>