Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/SSL.cpp')
-rw-r--r--src/SSL.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/SSL.cpp b/src/SSL.cpp
index a587f9ce2..6b803204b 100644
--- a/src/SSL.cpp
+++ b/src/SSL.cpp
@@ -8,6 +8,12 @@
#include "Version.h"
+
+#include <QtNetwork/QSslConfiguration>
+#include <QtNetwork/QSslSocket>
+
+#include <openssl/ssl.h>
+
void MumbleSSL::initialize() {
// Let Qt initialize its copy of OpenSSL, if it's different than
// Mumble's. (Initialization is a side-effect of calling