You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
441 B
13 lines
441 B
1 year ago
|
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>
|