From a2c07527bf655c7cd900de7d813280b05ad906c9 Mon Sep 17 00:00:00 2001 From: Andreas Date: Mon, 28 Jan 2013 15:40:00 +0100 Subject: [PATCH] Included signal header file in main.cpp. --- src/main.cpp | 4 ++++ src/networkremote/remoteclient.cpp | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index c08151244..d4955d1d2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -104,6 +104,10 @@ using boost::scoped_ptr; # include "devices/wmdmthread.h" #endif +#ifndef Q_OS_WIN32 +#include +#endif + // Load sqlite plugin on windows and mac. #ifdef HAVE_STATIC_SQLITE # include diff --git a/src/networkremote/remoteclient.cpp b/src/networkremote/remoteclient.cpp index acedc2fc8..4f1621ef9 100644 --- a/src/networkremote/remoteclient.cpp +++ b/src/networkremote/remoteclient.cpp @@ -23,8 +23,6 @@ #include #include -#include - RemoteClient::RemoteClient(Application* app, QTcpSocket* client) : app_(app), client_(client)