summaryrefslogtreecommitdiffstats
path: root/source/l/qt5/patches/qt5-qtwebsockets-gcc11.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/qt5/patches/qt5-qtwebsockets-gcc11.patch')
-rw-r--r--source/l/qt5/patches/qt5-qtwebsockets-gcc11.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/l/qt5/patches/qt5-qtwebsockets-gcc11.patch b/source/l/qt5/patches/qt5-qtwebsockets-gcc11.patch
new file mode 100644
index 000000000..5b33d7b30
--- /dev/null
+++ b/source/l/qt5/patches/qt5-qtwebsockets-gcc11.patch
@@ -0,0 +1,12 @@
+diff --git a/src/websockets/qwebsocketprotocol.cpp b/src/websockets/qwebsocketprotocol.cpp
+index df87a93..9556d18 100644
+--- a/src/websockets/qwebsocketprotocol.cpp
++++ b/src/websockets/qwebsocketprotocol.cpp
+@@ -38,6 +38,7 @@
+ ****************************************************************************/
+
+ #include "qwebsocketprotocol_p.h"
++#include <limits>
+ #include <QtCore/QString>
+ #include <QtCore/QSet>
+ #include <QtCore/QtEndian>