aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/socketspy
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/socketspy')
-rw-r--r--src/modules/socketspy/SocketSpyWindow.cpp1
-rw-r--r--src/modules/socketspy/SocketSpyWindow.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/socketspy/SocketSpyWindow.cpp b/src/modules/socketspy/SocketSpyWindow.cpp
index 47edbd4a0..03df1b107 100644
--- a/src/modules/socketspy/SocketSpyWindow.cpp
+++ b/src/modules/socketspy/SocketSpyWindow.cpp
@@ -31,6 +31,7 @@
#include "KviLocale.h"
#include "KviConsoleWindow.h"
+#include <QString>
#include <unordered_set>
extern std::unordered_set<SocketSpyWindow *> g_pSocketSpyWindowList;
diff --git a/src/modules/socketspy/SocketSpyWindow.h b/src/modules/socketspy/SocketSpyWindow.h
index 0201f172b..ce9af543a 100644
--- a/src/modules/socketspy/SocketSpyWindow.h
+++ b/src/modules/socketspy/SocketSpyWindow.h
@@ -25,7 +25,6 @@
//=============================================================================
#include "KviWindow.h"
-#include "KviCString.h"
#include "KviIrcDataStreamMonitor.h"
class KviConsoleWindow;