From 3e2ca3c04a5a681fa97ebabf6f31b301ec9753a0 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 27 Oct 2018 10:41:11 +0200 Subject: [tests] Explicitly include QXmppRtpChannel.h (see #78) --- tests/qxmppcodec/tst_qxmppcodec.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/qxmppcodec/tst_qxmppcodec.cpp') 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 #include + #include "QXmppCodec_p.h" +#include "QXmppRtpChannel.h" class tst_QXmppCodec : public QObject { -- cgit v1.2.3