Blame SOURCES/mysql-fix-includes-robin-hood.patch

05db4b
# Prevents fails when compiling with gcc11 (Fedora 34)
05db4b
# Upstream PR: https://github.com/mysql/mysql-server/pull/323
05db4b
05db4b
--- mysql-8.0.23/extra/robin-hood-hashing/robin_hood.h.old	2021-02-04 17:15:31.034997221 +0100
05db4b
+++ mysql-8.0.23/extra/robin-hood-hashing/robin_hood.h	2021-02-04 17:15:50.781372066 +0100
05db4b
@@ -48,6 +48,7 @@
05db4b
 #include <string>
05db4b
 #include <type_traits>
05db4b
 #include <utility>
05db4b
+#include <limits>
05db4b
 #if __cplusplus >= 201703L
05db4b
 #    include <string_view>
05db4b
 #endif