Blame SOURCES/qt5-qtwebsockets-gcc11.patch

b72123
diff --git a/src/websockets/qwebsocketprotocol.cpp b/src/websockets/qwebsocketprotocol.cpp
b72123
index df87a93..9556d18 100644
b72123
--- a/src/websockets/qwebsocketprotocol.cpp
b72123
+++ b/src/websockets/qwebsocketprotocol.cpp
b72123
@@ -38,6 +38,7 @@
b72123
 ****************************************************************************/
b72123
 
b72123
 #include "qwebsocketprotocol_p.h"
b72123
+#include <limits>
b72123
 #include <QtCore/QString>
b72123
 #include <QtCore/QSet>
b72123
 #include <QtCore/QtEndian>