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
parent
0993a9e830
commit
1332cca091
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue