diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-02-19 06:32:09 +0100 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-02-19 06:32:09 +0100 |
| commit | ee43404f7a6358699539194e5449e9ac343053b5 (patch) | |
| tree | 72b3a1c5f416f7e7213be689d544bcacde90b495 /src/base/QXmppStun.cpp | |
| parent | ab4c1abafd0b662ba57e7721acb303c614fbf6b2 (diff) | |
| download | qxmpp-ee43404f7a6358699539194e5449e9ac343053b5.tar.gz | |
fix compilation issue with Qt 5.5, closes #40
Diffstat (limited to 'src/base/QXmppStun.cpp')
| -rw-r--r-- | src/base/QXmppStun.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/QXmppStun.cpp b/src/base/QXmppStun.cpp index 89489846..55e9c1a1 100644 --- a/src/base/QXmppStun.cpp +++ b/src/base/QXmppStun.cpp @@ -24,6 +24,7 @@ #define QXMPP_DEBUG_STUN #include <QCryptographicHash> +#include <QDataStream> #include <QHostInfo> #include <QNetworkInterface> #include <QUdpSocket> |
