Fix missing #include
[quassel.git] / src / common / remotepeer.cpp
index 44033bd..e405758 100644 (file)
@@ -23,6 +23,8 @@
 
 #ifdef HAVE_SSL
 #  include <QSslSocket>
+#else
+#  include <QTcpSocket>
 #endif
 
 #include "remotepeer.h"