From 7fefe15989a08e255ade5e577c781701b157d430 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 20 Oct 2020 14:40:51 +0200 Subject: Conversion to the cmake building system. Signed-off-by: gregory guy (cherry picked from commit 81b64bcfc0a32fdeb0e4f367adbf273d924e55f4) --- src/upnp/upnpmcastsocket.cpp | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'src/upnp/upnpmcastsocket.cpp') diff --git a/src/upnp/upnpmcastsocket.cpp b/src/upnp/upnpmcastsocket.cpp index ff87432..56df8fa 100644 --- a/src/upnp/upnpmcastsocket.cpp +++ b/src/upnp/upnpmcastsocket.cpp @@ -18,8 +18,15 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ +#include +#include +#include + +#include +#include #include #include + #include #include #include @@ -27,16 +34,11 @@ #include #include #include -#include -#include -#include -/*#include -#include */ -#include -#include -#include "upnpmcastsocket.h" +#include "upnpmcastsocket.h" +/*#include +#include */ using namespace KNetwork; using namespace bt; -- cgit v1.2.1