Blob Blame History Raw
# Prevents fails when compiling with gcc11 (Fedora 34)
# Upstream PR: https://github.com/mysql/mysql-server/pull/323

--- mysql-8.0.23/extra/robin-hood-hashing/robin_hood.h.old	2021-02-04 17:15:31.034997221 +0100
+++ mysql-8.0.23/extra/robin-hood-hashing/robin_hood.h	2021-02-04 17:15:50.781372066 +0100
@@ -48,6 +48,7 @@
 #include <string>
 #include <type_traits>
 #include <utility>
+#include <limits>
 #if __cplusplus >= 201703L
 #    include <string_view>
 #endif