From 1332cca091bfa93da6e7c8983428909890fd6ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Wed, 9 May 2018 13:35:47 +0200 Subject: QWindowsCARootFetcher: fix compile with QSSLSOCKET_DEBUG Didn't compile with it when I was moving it out. Change-Id: I3645af71ea3295a61f20000a6bc4716b6e996ce5 Reviewed-by: Jesus Fernandez Reviewed-by: Timur Pocheptsov --- src/network/ssl/qwindowscarootfetcher.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/network/ssl/qwindowscarootfetcher.cpp b/src/network/ssl/qwindowscarootfetcher.cpp index 12dc650500..409a7d70d7 100644 --- a/src/network/ssl/qwindowscarootfetcher.cpp +++ b/src/network/ssl/qwindowscarootfetcher.cpp @@ -42,6 +42,11 @@ #include #include +#ifdef QSSLSOCKET_DEBUG +#include "qssl_p.h" // for debug categories +#include +#endif + #include "qsslsocket_p.h" // Transitively includes Wincrypt.h QT_BEGIN_NAMESPACE -- cgit v1.2.3