QWindowsCARootFetcher: fix compile with QSSLSOCKET_DEBUG

Didn't compile with it when I was moving it out.

Change-Id: I3645af71ea3295a61f20000a6bc4716b6e996ce5
Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
bb10
Mårten Nordheim 2018-05-09 13:35:47 +02:00
parent 0993a9e830
commit 1332cca091
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,11 @@
#include <QtCore/QThread>
#include <QtGlobal>
#ifdef QSSLSOCKET_DEBUG
#include "qssl_p.h" // for debug categories
#include <QtCore/QElapsedTimer>
#endif
#include "qsslsocket_p.h" // Transitively includes Wincrypt.h
QT_BEGIN_NAMESPACE