summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2015-05-21 12:04:53 +0200
committerOliver Wolff <oliver.wolff@theqtcompany.com>2015-05-22 14:27:58 +0000
commit21b5298d15755258bdedd5ab6c38acbd67c41b5f (patch)
tree51819337f278997047cfb24c80016c52d2a9de67 /src/network
parent6a72afa5f7f362c7053f707b94528e7c01460a19 (diff)
WinRT: Windows 10 compilation fix
Header is required for successful compilation. Change-Id: I401b7c6fbc594b3cd0c9a4b25afc8ff918d8bddd Reviewed-by: Andrew Knight <andrew.knight@intopalo.com>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/socket/qnativesocketengine_winrt_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/socket/qnativesocketengine_winrt_p.h b/src/network/socket/qnativesocketengine_winrt_p.h
index 361fcf7ca2..42920c96f2 100644
--- a/src/network/socket/qnativesocketengine_winrt_p.h
+++ b/src/network/socket/qnativesocketengine_winrt_p.h
@@ -46,6 +46,7 @@
//
#include <QtCore/QEventLoop>
#include <QtCore/QBuffer>
+#include <QtCore/QMutex>
#include "QtNetwork/qhostaddress.h"
#include "private/qabstractsocketengine_p.h"
#include <wrl.h>