summaryrefslogtreecommitdiffstats
path: root/source/l/qt5/patches/qt5-qtwebsockets-gcc11.patch
blob: 5b33d7b302438b77f0c3a1a8d5ff4b3c06debc32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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>