diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2018-10-27 10:41:11 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2018-10-27 10:41:11 +0200 |
| commit | 3e2ca3c04a5a681fa97ebabf6f31b301ec9753a0 (patch) | |
| tree | cb0b47535282277401df17aefbb727cf70a39c2d /tests | |
| parent | 1142a9d488064d7f024c11b9a00d19ebe4f8446a (diff) | |
| download | qxmpp-3e2ca3c04a5a681fa97ebabf6f31b301ec9753a0.tar.gz | |
[tests] Explicitly include QXmppRtpChannel.h (see #78)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/qxmppcodec/tst_qxmppcodec.cpp | 2 |
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 { |
