aboutsummaryrefslogtreecommitdiff
path: root/tests/qxmppcodec
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2018-10-27 10:41:11 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2018-10-27 10:41:11 +0200
commit3e2ca3c04a5a681fa97ebabf6f31b301ec9753a0 (patch)
treecb0b47535282277401df17aefbb727cf70a39c2d /tests/qxmppcodec
parent1142a9d488064d7f024c11b9a00d19ebe4f8446a (diff)
downloadqxmpp-3e2ca3c04a5a681fa97ebabf6f31b301ec9753a0.tar.gz
[tests] Explicitly include QXmppRtpChannel.h (see #78)
Diffstat (limited to 'tests/qxmppcodec')
-rw-r--r--tests/qxmppcodec/tst_qxmppcodec.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qxmppcodec/tst_qxmppcodec.cpp b/tests/qxmppcodec/tst_qxmppcodec.cpp
index a77e9384..d00c97c1 100644
--- a/tests/qxmppcodec/tst_qxmppcodec.cpp
+++ b/tests/qxmppcodec/tst_qxmppcodec.cpp
@@ -23,7 +23,9 @@
#include <QObject>
#include <QtTest>
+
#include "QXmppCodec_p.h"
+#include "QXmppRtpChannel.h"
class tst_QXmppCodec : public QObject
{